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

OZG-4653 OZG-4708 small refactoring

parent 87c7c246
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,6 @@ export default defineConfig({
maxRetries: 2,
passesRequired: 2,
},
// you must also explicitly set openMode and runMode to
// either true or false when using experimental retries
openMode: true,
runMode: true,
},
......
......@@ -19,9 +19,6 @@ export default defineConfig({
maxRetries: 2,
passesRequired: 2,
},
// you must also explicitly set openMode and runMode to
// either true or false when using experimental retries
openMode: true,
runMode: true,
},
......
......@@ -18,9 +18,6 @@ export default defineConfig({
maxRetries: 2,
passesRequired: 2,
},
// you must also explicitly set openMode and runMode to
// either true or false when using experimental retries
openMode: true,
runMode: true,
},
......
......@@ -168,7 +168,7 @@ describe('User Profile im ausgewählten Vorgang', () => {
it('should show assign icon', { defaultCommandTimeout: 30000 }, () => {
waitForSpinnerToDisappear();
// TODO Hier muss aufs Verarbeiten im Backend gewartet werden - oder: wait(500)
// WORKAROUND Hier muss aufs Verarbeiten im Backend gewartet werden - oder: wait(500)
wait(500);
exist(userProfileContainer.getIconContainer().getAssignedIcon());
haveText(userProfileContainer.getIconContainer().getAssignedIcon(), userDorothea.initials)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment