Skip to content

Commit

Permalink
Remove API calls in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic NEED authored and Dominic NEED committed Dec 11, 2023
1 parent f8a0f64 commit 9ffa86a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Sponsored conversion journey', { tags: ['@dev', '@stage'] }, () => {
}

before(() => {
cy.callAcademisationApi('POST', `cypress-data/add-sponsored-project.cy`, "{}")
// Do the spin up a project journey
})

beforeEach(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ import voluntaryProjectTaskList from '../../pages/voluntaryProjectTaskList'
var projectName = 'Voluntary Cypress Project'

describe('Voluntary conversion', { tags: ['@dev', '@stage'] }, () => {
beforeEach(() => {
cy.callAcademisationApi('POST', `cypress-data/add-voluntary-project.cy`, "{}")
.then(() => {
projectList.selectProject(projectName)
});
before(() => {
// Do the spin up a project journey
})

it('TC01: Voluntary conversion journey ', () => {
Expand Down

0 comments on commit 9ffa86a

Please sign in to comment.