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

OZG-959 OZG-1673 comment local e2e test

parent 691fef55
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ describe('Interceptor Connection Timeout', () => {
})
it.skip('(LOCAL ONLY) should show fail dialog after time is over', () => {
cy.wait(6000);
cy.wait(10000);//Hier das BE ausstellen
exist(connectionTimeoutRetryFailDialog.getIcon());
contains(connectionTimeoutRetryFailDialog.getHeader(), 'Zeitüberschreitung der Verbindung');
......@@ -68,7 +68,8 @@ describe('Interceptor Connection Timeout', () => {
it.skip('(LOCAL ONLY) should reload page on click on button', () => {
connectionTimeoutRetryFailDialog.getReloadButton().click();
exist(vorgangPage.getSpinner());
cy.wait(10000);//Hier das BE ausstellen
exist(vorgangPage.getVorgangDetailHeader().getRoot());
})
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment