Skip to content

Commit b6057e9

Browse files
committed
Removed two IT: (#737)
1. Author does not have a two input fields. 2. Test for checking the notice step will be transformed into UI test, because we do not want to keep such specific collection for generic IT.
1 parent d4b6459 commit b6057e9

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

cypress/e2e/submission-ui.cy.ts

-22
Original file line numberDiff line numberDiff line change
@@ -230,18 +230,6 @@ describe('Create a new submission', () => {
230230
createItemProcess.showErrorNotSupportedLicense();
231231
});
232232

233-
// Author field should consist of two input fields
234-
it('Author field should consist of two input fields', {
235-
retries: {
236-
runMode: 6,
237-
openMode: 6,
238-
},
239-
defaultCommandTimeout: 10000
240-
},() => {
241-
createItemProcess.checkAuthorFirstnameField();
242-
createItemProcess.checkAuthorLastnameField();
243-
});
244-
245233
it('The submission should not have the Notice Step', {
246234
retries: {
247235
runMode: 6,
@@ -261,16 +249,6 @@ describe('Create a new submission in the clariah collection', () => {
261249
// This page is restricted, so we will be shown the login form. Fill it out & submit.
262250
cy.loginViaForm(TEST_ADMIN_USER, TEST_ADMIN_PASSWORD);
263251
});
264-
265-
it('The submission should have the Notice Step', {
266-
retries: {
267-
runMode: 6,
268-
openMode: 6,
269-
},
270-
defaultCommandTimeout: 10000
271-
},() => {
272-
createItemProcess.checkClarinNoticeStep();
273-
});
274252
});
275253

276254
function addEUSponsor(euSponsorOrder) {

0 commit comments

Comments
 (0)