Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #30 from DFE-Digital/fix-tests-2
Browse files Browse the repository at this point in the history
Update signed in content
  • Loading branch information
tvararu authored Nov 3, 2020
2 parents 1b87cba + 8f7cdfd commit 828ef15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/candidate.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const ENVIRONMENT = Cypress.env("ENVIRONMENT") || "Unknown";
const CANDIDATE_EMAIL = Cypress.env("CANDIDATE_TEST_EMAIL");

describe.skip(`[${ENVIRONMENT}] Candidate`, () => {
describe(`[${ENVIRONMENT}] Candidate`, () => {
it("can sign up successfully", () => {
givenIAmOnTheHomePage();
andItIsAccessible();
Expand Down Expand Up @@ -69,7 +69,7 @@ const whenIClickTheLinkInMyEmail = () => {
};

const thenIShouldBeSignedInSuccessfully = () => {
cy.contains("Do you want to continue applying?");
cy.contains("Sign out");
};

const isBetweenCycles = () => {
Expand Down

0 comments on commit 828ef15

Please sign in to comment.