Skip to content

Commit 2924189

Browse files
test
1 parent 7d96886 commit 2924189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system-tests/cypress/e2e/home/home-page.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('Home Page', () => {
2323
});
2424

2525
it('Overdue Work Packages Contains At Least One Entry', () => {
26-
cy.contains('Impact Attenuator').should(VISIBLE);
26+
cy.contains('Impact Attenuator').scrollIntoView().should(VISIBLE);
2727
});
2828

2929
it('Can Navigate to Change Requests Page via Sidebar', () => {

0 commit comments

Comments
 (0)