Skip to content

Commit

Permalink
Fix test based on latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Aug 25, 2024
1 parent 7989063 commit b299b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/playground.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Cypress Playground', () => {
it('shows a promotional banner', () => {
cy.get('#promotional-banner')
.should('be.visible')
.and('contain', '📣 Get to know the Cypress, from Zero to the Cloud course, available on Udemy!')
.and('contain', '📣 Get to know the Cypress, from Zero to the Cloud course!')
.find('a')
.should('have.attr', 'target', '_blank')
.and('have.attr', 'href', 'https://www.udemy.com/course/cypress-from-zero-to-the-cloud/?referralCode=CABCDDFA5ADBB7BE2E1A')
Expand Down

0 comments on commit b299b9f

Please sign in to comment.