We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a0db9 commit f7bec34Copy full SHA for f7bec34
cypress/e2e/ui/Settings/Application-Settings/schedule.cy.js
@@ -51,7 +51,9 @@ describe('Automate Schedule form operations: Settings > Application Settings > S
51
beforeEach(() => {
52
cy.login();
53
cy.menu('Settings', 'Application Settings');
54
+ cy.intercept('POST', '/ops/tree_select?id=xx-msc&text=Schedules').as('getSchedules');
55
cy.get('[title="Schedules"]').click();
56
+ cy.wait('@getSchedules');
57
});
58
59
it('Validate visibility of elements based on dropdown selections', () => {
0 commit comments