Skip to content

Commit

Permalink
Merge pull request #12376 from bbc/cypress-smoke-tests-local
Browse files Browse the repository at this point in the history
Ensure Cypress smoke tests run on local environment
  • Loading branch information
karinathomasbbc authored Feb 7, 2025
2 parents 580fea4 + 63b57b9 commit f46e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/pages/articles/index.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const nonSmokeCanonicalTestSuites = [
},
];

const canonicalTestSuites = Cypress.env.SMOKE
const canonicalTestSuites = Cypress.env('SMOKE')
? smokeCanonicalTestSuites
: nonSmokeCanonicalTestSuites;

Expand Down

0 comments on commit f46e949

Please sign in to comment.