Skip to content

Commit 31b5313

Browse files
authored
Merge pull request #1187 from dataquest-dev/sav/incorrect-ci-image
SAV/Incorrect CI image
2 parents babfc8b + 2685496 commit 31b5313

2 files changed

Lines changed: 1 addition & 28 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Direct that step to utilize a DSpace REST service that has been started in docker.
2626
# Spin up UI on 127.0.0.1 to avoid host resolution issues in e2e tests with Node 18+
2727
INSTANCE: '2'
28-
DSPACE_CI_IMAGE: 'dataquest/dspace:dspace-7_x-test'
28+
DSPACE_CI_IMAGE: 'dataquest/dspace:customer-sav-test'
2929
DSPACE_SOLR_IMAGE: dataquest/dspace-solr:dspace-7_x
3030
DSPACE_REST_HOST: 127.0.0.1
3131
DSPACE_REST_PORT: 8080

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)