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

Merge branch 'OZG-5243-E2E-Fixes' of git.ozg-sh.de:ozgcloud-app/alfa into OZG-5243-E2E-Fixes

parents 87aa4b37 f3b39575
Branches
Tags
No related merge requests found
...@@ -12,6 +12,7 @@ junit.xml ...@@ -12,6 +12,7 @@ junit.xml
.scannerwork .scannerwork
test-report.xml test-report.xml
/.angular/cache/* /.angular/cache/*
apps/alfa-e2e/.env
# dependencies # dependencies
/node_modules /node_modules
......
...@@ -113,6 +113,7 @@ describe('Bescheid senden', () => { ...@@ -113,6 +113,7 @@ describe('Bescheid senden', () => {
bescheidWizard.getSendButton().click(); bescheidWizard.getSendButton().click();
waitForSpinnerToDisappear(); waitForSpinnerToDisappear();
waitForSpinnerToDisappear();
const postfachMailItem: PostfachMailListItem = postfachMailContainer.getListItem(mailText); const postfachMailItem: PostfachMailListItem = postfachMailContainer.getListItem(mailText);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment