From 0bdd6628219003218fcae9a4d8e0cdbb7de3e6fe Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Thu, 16 Feb 2023 11:31:02 +0100 Subject: [PATCH] fix typo in test description --- cypress/integration/navbar.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/navbar.spec.js b/cypress/integration/navbar.spec.js index 19b040f1..4134abe0 100644 --- a/cypress/integration/navbar.spec.js +++ b/cypress/integration/navbar.spec.js @@ -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