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

OZG-6243 Wait for flaky status changes

parent 71b15f2d
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,8 @@ describe('LoeschAnforderung zurücknehmen', () => { ...@@ -102,6 +102,8 @@ describe('LoeschAnforderung zurücknehmen', () => {
}); });
it('should change status', () => { it('should change status', () => {
wait(1500, 'Statusänderung flaky');
haveText( haveText(
vorgangPage.getVorgangDetailHeader().getStatus(), vorgangPage.getVorgangDetailHeader().getStatus(),
vorgangStatusLabelE2E[VorgangStatusE2E.ABGESCHLOSSEN], vorgangStatusLabelE2E[VorgangStatusE2E.ABGESCHLOSSEN],
...@@ -177,7 +179,7 @@ describe('LoeschAnforderung zurücknehmen', () => { ...@@ -177,7 +179,7 @@ describe('LoeschAnforderung zurücknehmen', () => {
}); });
it('should have status zu loeschen', () => { it('should have status zu loeschen', () => {
wait(1000); wait(1000, 'Statusänderung flaky');
haveText( haveText(
vorgangPage.getVorgangDetailHeader().getStatus(), vorgangPage.getVorgangDetailHeader().getStatus(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment