Skip to content

Commit a4841ff

Browse files
author
Andrea Barbasso
committed
[DSC-2635] exclude community-based tests
1 parent 1f5feb8 commit a4841ff

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

cypress/e2e/my-dspace.cy.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ describe('My DSpace page', () => {
131131
testA11y('ds-submission-import-external');
132132
});
133133

134-
it('should let you filter to only archived items', () => {
134+
// DSpace Community Test - CRIS has a different behavior
135+
xit('should let you filter to only archived items', () => {
135136
cy.visit('/mydspace');
136137

137138
//To wait filter be ready
@@ -175,7 +176,8 @@ describe('My DSpace page', () => {
175176
});
176177

177178
//This test also generate an item to validate workflow task section
178-
it('should upload a file via drag & drop, display it in the UI and submit the item', () => {
179+
// DSpace Community Test - CRIS has a different behavior
180+
xit('should upload a file via drag & drop, display it in the UI and submit the item', () => {
179181
const fileName = 'example.pdf';
180182
const currentYear = new Date().getFullYear();
181183

@@ -225,7 +227,8 @@ describe('My DSpace page', () => {
225227

226228
});
227229

228-
it('should let you take task from workflow', () => {
230+
// DSpace Community Test - CRIS has a different behavior
231+
xit('should let you take task from workflow', () => {
229232
cy.visit('/mydspace');
230233

231234
//This page is restricted, so we will be shown the login form. Fill it in and submit it

0 commit comments

Comments
 (0)