Skip to content

Commit

Permalink
Rename node
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 23, 2018
1 parent a0e0255 commit c734700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/electron_tests/spec.js
Expand Up @@ -42,5 +42,6 @@ test('shows window', async t => {
await app.client.waitUntilWindowLoaded()
text = await app.client.getText("#previousSessionsTable");
t.true(text != null);
await app.client.click("#previousSessionsTable");
});

0 comments on commit c734700

Please sign in to comment.