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 3cdea0a commit fe71238Copy full SHA for fe71238
cypress/e2e/ui/Settings/Application-Settings/tenant.cy.js
@@ -320,7 +320,7 @@ describe('Automate Tenant form operations: Settings > Application Settings > Acc
320
beforeEach(() => {
321
cy.login();
322
// Added static delay to wait for initial data load and dashboard display
323
- cy.wait(500);
+ // cy.wait(500);
324
// Navigate to Settings -> Application-Settings in the UI
325
cy.menu(settingsMenuOption, appSettingsMenuOption);
326
// Expand Access-Control accordion
0 commit comments