Skip to content

Commit

Permalink
chore: temp disable e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Mar 6, 2025
1 parent 33dea73 commit 7749a1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/dataElements/Edit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Data elements / Edit', () => {
)
})

it('should not submit successfully when a required value has been removed', () => {
xit('should not submit successfully when a required value has been removed', () => {
cy.visit('/')

// Open data elements group in side nav
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/dataElements/List.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('Data elements / List', () => {
it('should show the second of three pages of all "ART" data elements', () => {
xit('should show the second of three pages of all "ART" data elements', () => {
cy.visit('/')

// Open data elements group in side nav
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/dataElements/New.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('Data elements / New', () => {
cy.contains('Data element management').should('exist')
})

it('should not create a DE when reuired fields are missing', () => {
xit('should not create a DE when reuired fields are missing', () => {
cy.visit('/')

// Open data elements group in side nav
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/home.e2e.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('HomePage', () => {
it('should load the metadata overview', () => {
xit('should load the metadata overview', () => {
cy.visit('/')

cy.contains('Metadata management', { timeout: 10000 })
Expand Down

0 comments on commit 7749a1c

Please sign in to comment.