BES-66 | Add test for adding notes

This commit is contained in:
Dawid Majsnerowski 2020-01-18 18:39:00 +01:00
parent 38b56d55ec
commit 7fb58d3202
27 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ describe('Note page in BestNotes', () => {
addStep('Click note Nowy program Va Banque w TV');
expect(topic.getTextFromListButton(), 'Title of note shoukd be equal Nowy program Va Banque w TV').to.equal('Nowy program Va Banque w TV');
topic.clickNoteButton();
topic.clickYourNoteButton();
addStep('Check if Note has a correct URL, title and contains text');
expect(browser.getUrl(), 'Note URL is displayed as expected').to.equal(common.bestNotesLink + 'note/12');