Skip to content

Commit 2685496

Browse files
author
Matus Kasak
committed
Updated tests in submission ui
1 parent eb08151 commit 2685496

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

cypress/e2e/submission-ui.cy.ts

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -116,33 +116,6 @@ describe('Create a new submission', () => {
116116
createItemProcess.clickOnTypeSelection('Corpus');
117117
});
118118

119-
// Test CMDI input field
120-
it('should be visible Has CMDI file input field because user is admin', {
121-
retries: {
122-
runMode: 6,
123-
openMode: 6,
124-
},
125-
defaultCommandTimeout: 10000
126-
},() => {
127-
createItemProcess.checkLocalHasCMDIVisibility();
128-
});
129-
130-
it('The local.hasCMDI value should be sent in the response after type change', {
131-
retries: {
132-
runMode: 6,
133-
openMode: 6,
134-
},
135-
defaultCommandTimeout: 10000
136-
},() => {
137-
createItemProcess.clickOnSelectionInput('dc.type');
138-
createItemProcess.clickOnTypeSelection('Corpus');
139-
createItemProcess.checkCheckbox('local_hasCMDI');
140-
createItemProcess.controlCheckedCheckbox('local_hasCMDI',true);
141-
createItemProcess.clickOnSave();
142-
cy.reload();
143-
createItemProcess.controlCheckedCheckbox('local_hasCMDI',true);
144-
});
145-
146119
it('should change the step status after accepting/declining the distribution license', {
147120
retries: {
148121
runMode: 6,

0 commit comments

Comments
 (0)