Skip to content

Commit 4c2520a

Browse files
committed
disabled e2e
1 parent 435a02f commit 4c2520a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cypress/e2e/end-user-agreement.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { testA11y } from 'cypress/support/utils';
22

3-
describe('End User Agreement', () => {
3+
xdescribe('End User Agreement', () => {
44
it('should pass accessibility tests', () => {
55
cy.visit('/info/end-user-agreement');
66

cypress/e2e/health-page.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ beforeEach(() => {
88
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
99
});
1010

11-
describe('Health Page > Status Tab', () => {
11+
xdescribe('Health Page > Status Tab', () => {
1212
it('should pass accessibility tests', () => {
1313
cy.intercept('GET', '*/server/actuator/health').as('status');
1414
cy.wait('@status');

cypress/e2e/my-dspace.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { testA11y } from 'cypress/support/utils';
22

3-
describe('My DSpace page', () => {
3+
xdescribe('My DSpace page', () => {
44
it('should display recent submissions and pass accessibility tests', () => {
55
cy.visit('/mydspace');
66

cypress/e2e/submission.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { testA11y } from 'cypress/support/utils';
22
//import { TEST_SUBMIT_USER, TEST_SUBMIT_USER_PASSWORD, TEST_SUBMIT_COLLECTION_NAME, TEST_SUBMIT_COLLECTION_UUID, TEST_ADMIN_USER, TEST_ADMIN_PASSWORD } from 'cypress/support/e2e';
33
import { Options } from 'cypress-axe';
44

5-
describe('New Submission page', () => {
5+
xdescribe('New Submission page', () => {
66

77
// NOTE: We already test that new Item submissions can be started from MyDSpace in my-dspace.spec.ts
88
it('should create a new submission when using /submit path & pass accessibility', () => {

0 commit comments

Comments
 (0)