BES-35 | Fixed tests on prod
This commit is contained in:
parent
767f19679f
commit
7c1656f5ae
@ -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');
|
expect(browser.getUrl(), 'Note Form URL is displayed as expected').to.equal(common.bestNotesLink + 'notes/1');
|
||||||
|
|
||||||
addStep('Click Note about Thomas Pesquet');
|
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();
|
note.clickNoteButton();
|
||||||
|
|
||||||
addStep('Check if Note has a correct URL, title and contains text')
|
addStep('Check if Note has a correct URL, title and contains text')
|
||||||
|
Loading…
Reference in New Issue
Block a user