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

OZG-6255: revalidated and enabled skipped Test

parent e70c5122
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.skip('Sollte gefixt sein nach OZG-6185 - Discard changes after click on Verwerfen', () => { describe('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,11 +103,6 @@ describe('Vorgang - Bescheid abbrechen', () => { ...@@ -103,11 +103,6 @@ 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