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

OZG-6255 restore: Skip and wait for OZG-6185

parent 3ad08632
Branches
Tags
No related merge requests found
......@@ -58,7 +58,7 @@ describe('Vorgang - Bescheid abbrechen', () => {
dropCollections();
});
describe('Sollte gefixt sein nach OZG-6185 - Discard changes after click on Verwerfen', () => {
describe.skip('Sollte gefixt sein nach OZG-6185 - Discard changes after click on Verwerfen', () => {
it('should click abgelehnt, enter date, and continue to step 2', () => {
vorgangList.getListItem(bescheidVorgang.name).getRoot().click();
waitForSpinnerToDisappear();
......@@ -103,6 +103,11 @@ describe('Vorgang - Bescheid abbrechen', () => {
});
describe('Keep changes after click on Entwurf speichern', () => {
it('click Vorgang', () => {
vorgangList.getListItem(bescheidVorgang.name).getRoot().click();
waitForSpinnerToDisappear();
});
it('should have default Bescheid status and continue to step 2', () => {
vorgangFormularButtons.getBescheidenButton().click();
contains(bescheidWizard.getStatusText(), bewilligtText + ' ' + getAdjustedDateGerman(0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment