Skip to content

Commit fea6928

Browse files
testing
1 parent 2924189 commit fea6928

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

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

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

0 commit comments

Comments
 (0)