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
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ describe('Vorgang - Bescheid abbrechen', () => { ...@@ -58,7 +58,7 @@ describe('Vorgang - Bescheid abbrechen', () => {
dropCollections(); 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', () => { it('should click abgelehnt, enter date, and continue to step 2', () => {
vorgangList.getListItem(bescheidVorgang.name).getRoot().click(); vorgangList.getListItem(bescheidVorgang.name).getRoot().click();
waitForSpinnerToDisappear(); waitForSpinnerToDisappear();
...@@ -103,6 +103,11 @@ describe('Vorgang - Bescheid abbrechen', () => { ...@@ -103,6 +103,11 @@ describe('Vorgang - Bescheid abbrechen', () => {
}); });
describe('Keep changes after click on Entwurf speichern', () => { 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', () => { it('should have default Bescheid status and continue to step 2', () => {
vorgangFormularButtons.getBescheidenButton().click(); vorgangFormularButtons.getBescheidenButton().click();
contains(bescheidWizard.getStatusText(), bewilligtText + ' ' + getAdjustedDateGerman(0)); 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