Skip to content

Commit

Permalink
fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Feb 16, 2023
1 parent e21a68f commit 0bdd662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/navbar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('Navbar', function () {
cy.wait(1300)

cy.get("#copy-all-clipboard").click({ force: true })
cy.get('body > div:nth-child(8) > div > div.ui-pnotify-text').contains('Copyed to clipboard')
cy.get('body > div:nth-child(8) > div > div.ui-pnotify-text').contains('Copied to clipboard')
})

// as of now cypress does not provide a way to provide clipboard permissions
Expand Down

0 comments on commit 0bdd662

Please sign in to comment.