Skip to content

Commit

Permalink
simple refactor (rename)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmatrosov committed Jul 4, 2017
1 parent e9d79c7 commit bdd14e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fixture(`Getting Started`)
// Load the URL your development server runs on.
.page(`http://localhost:${devServer.port}/#/404`);

test('test index', async t => {
test('test 404', async t => {
await t.click('button');
const getLocation = ClientFunction(() => document.location.href);
await t.expect(getLocation()).notContains('/#/404');
Expand Down

0 comments on commit bdd14e7

Please sign in to comment.