Skip to content

Commit

Permalink
Merge pull request #608 from DFE-Digital/Auto-DG-Skip-MAT-Transfers-T…
Browse files Browse the repository at this point in the history
…ests

Skipping MAT-Transfers Tests from academisation API as all current Tr…
  • Loading branch information
dangood84 authored Nov 22, 2024
2 parents 0b0205f + 9057068 commit ed3880b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CypressTests/cypress/e2e/Transfers-MAT.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AuthorisedUserCanSetAdditionalSchoolDataPayload } from '../fixtures/pay
import { AuthorisedUserCanSetTrustInfoAndProjectDatesPayload } from '../fixtures/payloads/Transfers/AuthorisedUserCanSetTrustInfoAndProjectsDates.spec'
import { AuthorisedUserCanAssignUserDataPayload } from '../fixtures/payloads/Transfers/AuthorisedUserCanAssignUser.spec'

describe('Academisation API Testing - Transfers MAT Projects', () => {
describe.skip('Academisation API Testing - Transfers MAT Projects', () => {
let apiKey = Cypress.env('apiKey')
let url = Cypress.env('url')
let URN = Cypress.env('URN')
Expand Down

0 comments on commit ed3880b

Please sign in to comment.