We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2924189 commit fea6928Copy full SHA for fea6928
1 file changed
system-tests/cypress/e2e/home/home-page.cy.js
@@ -23,7 +23,8 @@ describe('Home Page', () => {
23
});
24
25
it('Overdue Work Packages Contains At Least One Entry', () => {
26
- cy.contains('Impact Attenuator').scrollIntoView().should(VISIBLE);
+ cy.contains('Impact Attenuator').scrollIntoView();
27
+ cy.contains('Impact Attenuator').should(VISIBLE);
28
29
30
it('Can Navigate to Change Requests Page via Sidebar', () => {
0 commit comments