Skip to content

Commit 1882cc0

Browse files
committed
Simulation was converted to react, not following selector naming
See: d560e28 We should use explorer_title_text or #main-content h1 so we can use can use the existing helpers to find the title text easily. For now, look for simulation-title-text to match the change above.
1 parent 9cc8089 commit 1882cc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cypress/e2e/ui/menu.cy.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,9 @@ describe('Menu', () => {
381381
});
382382

383383
it('Simulation', () => {
384-
cy.menu('Automation', 'Embedded Automate', 'Simulation').expect_explorer_title('Simulation');
384+
// TODO: change the simulation page to use the correct class so we can use explorer_title_text or expect_show_list_title
385+
cy.menu('Automation', 'Embedded Automate', 'Simulation');
386+
cy.get('div.simulation-title-text').contains('Simulation');
385387
});
386388

387389
it('Generic Objects', () => {

0 commit comments

Comments
 (0)