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

remove redundant attachment upload

parent ceea8530
Branches
Tags
No related merge requests found
...@@ -140,7 +140,6 @@ describe('Bescheid Wizard', () => { ...@@ -140,7 +140,6 @@ describe('Bescheid Wizard', () => {
describe('do not continue without attached Bescheid', () => { describe('do not continue without attached Bescheid', () => {
it('should show error if no Bescheid is attached and step 3 is clicked', () => { it('should show error if no Bescheid is attached and step 3 is clicked', () => {
uploadFile(bescheidWizard.getUploadAttachmentButton(), TEST_FILE_BESCHEID_ANHANG_VALID);
bescheidWizard.getWeiterButton().click(); bescheidWizard.getWeiterButton().click();
contains(bescheidWizard.getBescheidDocument(), missingBescheidError); contains(bescheidWizard.getBescheidDocument(), missingBescheidError);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment