Skip to content
Snippets Groups Projects
Commit 04041df6 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7237 change spinner class to search for

parent 36d8adc9
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,7 @@ export class MainPage {
private readonly views: VorgangViewsE2EComponent = new VorgangViewsE2EComponent();
private readonly snackBar: SnackBarE2EComponent = new SnackBarE2EComponent();
private readonly vorgangList: VorgangListE2EComponent = new VorgangListE2EComponent();
private readonly internalServerErrorDialog: InternalServerErrorDialogE2EComponent =
new InternalServerErrorDialogE2EComponent();
private readonly internalServerErrorDialog: InternalServerErrorDialogE2EComponent = new InternalServerErrorDialogE2EComponent();
private readonly connectionTimeoutRetryDialog: ConnectionTimeoutRetryDialogE2EComponent =
new ConnectionTimeoutRetryDialogE2EComponent();
private readonly connectionTimeoutRetryFailDialog: ConnectionTimeoutRetryFailDialogE2EComponent =
......@@ -97,7 +96,7 @@ export class MainPage {
}
export function waitForSpinnerToDisappear(): boolean {
return cy.getTestElementWithClass('spinner').should('not.exist');
return cy.getTestElementWithClass('spinner-content').should('not.exist');
}
export function waitforSpinnerToAppear(): void {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment