Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince-F committed Jun 1, 2019
1 parent 91f13e6 commit 65dbf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timelog-ui/integrationTests/scenario2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test('Clicking on detail button should go to detail view', async t => {

let taskTitle = Selector(".task-details h1");
await t.expect(taskTitle.exists).ok;
await t.expect(taskTitle.innerText).eql("test");
await t.expect(taskTitle.innerText).eql("Task test");

let taskStatus = Selector(".task-details [data-section='status']");
await t.expect(taskStatus.exists).ok;
Expand Down

0 comments on commit 65dbf09

Please sign in to comment.