Skip to content

Commit 9a5cd64

Browse files
authored
Added navigate to applications page after app deletion
1 parent a8310f6 commit 9a5cd64

File tree

1 file changed

+1
-0
lines changed
  • ui-tests/cypress/e2e/dashboard/manage/apps

1 file changed

+1
-0
lines changed

ui-tests/cypress/e2e/dashboard/manage/apps/apps.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ describe('Create apps with different types such as Desktop, Mobile, and Web. ',
9797
appHelper.clickDeleteAppOption();
9898
appHelper.verifyDeleteAppPopupElements();
9999
appHelper.clickYesDeleteButton();
100+
navigationHelpers.goToApplicationsPage();
100101
appHelper.searchApp(app.appName);
101102
appHelper.verifyAppShouldBeDeleted();
102103

0 commit comments

Comments
 (0)