Skip to content

Commit fe71238

Browse files
Added automated tests with cypress for Tenants form
1 parent 3cdea0a commit fe71238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/ui/Settings/Application-Settings/tenant.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ describe('Automate Tenant form operations: Settings > Application Settings > Acc
320320
beforeEach(() => {
321321
cy.login();
322322
// Added static delay to wait for initial data load and dashboard display
323-
cy.wait(500);
323+
// cy.wait(500);
324324
// Navigate to Settings -> Application-Settings in the UI
325325
cy.menu(settingsMenuOption, appSettingsMenuOption);
326326
// Expand Access-Control accordion

0 commit comments

Comments
 (0)