Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Dec 12, 2024
1 parent a6cac33 commit f27f7f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cypress-tests/cypress/e2e/canary-tokens.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ describe('Token Tests', () => {

items.forEach(item => {
it(`should execute the test for ${item.name}`, () => {
cy.visit('https://honeypdfs.com/')

const domain = Cypress.env('TEST_DOMAIN')
cy.visit(`https://${domain}/`)

cy.contains(item.name).click()

cy.get('#email').type('[email protected]')
Expand Down

0 comments on commit f27f7f9

Please sign in to comment.