Skip to content

Commit

Permalink
chore: Change wait for viewPage in EditAppFromSearch to getConsolidat…
Browse files Browse the repository at this point in the history
…edData (#32856)
  • Loading branch information
dvj1988 committed Apr 23, 2024
1 parent a6daa48 commit 48c6876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/cypress/support/Pages/HomePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export class HomePage {
public EditAppFromSearch(appName: string, element?: string) {
this.agHelper.WaitUntilEleAppear(`[data-testid="${appName}"]`);
this.agHelper.GetNClick(`[data-testid="${appName}"]`);
this.assertHelper.AssertNetworkStatus("viewPage");
this.assertHelper.AssertNetworkStatus("getConsolidatedData");
this.AssertViewPageLoad(element);
this.deployHelper.NavigateBacktoEditor();
}
Expand Down

0 comments on commit 48c6876

Please sign in to comment.