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

OZG-4653 OZG-4708 skip Wiedervorlage attachments completely

parent f6fda37f
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ import { loginAsSabine } from '../../../support/user-util';
import { createVorgang, initVorgang, objectIds } from '../../../support/vorgang-util';
import { createWiedervorlageAttachedItem, createWiedervorlageItem } from '../../../support/wiedervorlage-util';
describe('Wiedervorlage attachments', () => {
describe.skip('Wiedervorlage attachments', () => {
const mainPage: MainPage = new MainPage();
const snackBar: SnackBarE2EComponent = mainPage.getSnackBar();
......@@ -203,7 +203,7 @@ describe('Wiedervorlage attachments', () => {
snackbar.getCloseButton().click();
})
it.skip('(Skip reason in OZG-4658) check attachments in wiedervorlage list', () => {
it('(Skip reason in OZG-4658) check attachments in wiedervorlage list', () => {
waitForSpinnerToDisappear();
wiedervorlageComp.getExpandButton();
......@@ -301,7 +301,7 @@ describe('Wiedervorlage attachments', () => {
notExist(snackBar.getMessage());
})
it.skip('(Skip reason in OZG-4658) should have no attachments after save', () => {
it('(Skip reason in OZG-4658) should have no attachments after save', () => {
const wiedervorlageComp: WiedervorlageInVorgangE2EComponent = wiedervorlageContainerInVorgang.getWiedervorlage(WIEDERVORLAGE_WITH_ATTACHMENTS_BETREFF);
wiedervorlageComp.getExpandButton();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment