From 7c1656f5ae99bd183ee51a4888b44995917c9ecc Mon Sep 17 00:00:00 2001 From: Dawid Majsnerowski Date: Sun, 8 Dec 2019 22:54:37 +0100 Subject: [PATCH] BES-35 | Fixed tests on prod --- test/specs/suites/desktop/notepage.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/suites/desktop/notepage.test.js b/test/specs/suites/desktop/notepage.test.js index ab8fea6..5ea2ae7 100644 --- a/test/specs/suites/desktop/notepage.test.js +++ b/test/specs/suites/desktop/notepage.test.js @@ -46,7 +46,7 @@ describe('Note page in BestNotes', () => { expect(browser.getUrl(), 'Note Form URL is displayed as expected').to.equal(common.bestNotesLink + 'notes/1'); addStep('Click Note about Thomas Pesquet'); - expect(note.getTextFromNoteButton(), 'Title of note shoukd be equal as Notatka - Thomas Pesquet').to.equal('Notatka - Thomas Pesquet'); + expect(note.getTextFromNoteButton(), 'Title of note shoukd be equal Notatka - Thomas Pesquet').to.equal('Notatka - Thomas Pesquet'); note.clickNoteButton(); addStep('Check if Note has a correct URL, title and contains text')