Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
docs: improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Jun 10, 2017
1 parent 920bf9c commit b4987f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ test('This is an example test', async t => {

await t.assert(browser.pageTitle, it.should.equal('Example Domain'));

const moreInformationLink = defineElement('more-information-link', 'a');
const moreInformationLink = defineElement('moreInformationLink', 'a');

await t.perform(moreInformationLink.click());

Expand Down
Binary file modified docs/images/example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -5,7 +5,7 @@ test('This is an example test', async t => {

await t.assert(browser.pageTitle, it.should.equal('Example Domain'));

const moreInformationLink = defineElement('more-information-link', 'a');
const moreInformationLink = defineElement('moreInformationLink', 'a');

await t.perform(moreInformationLink.click());

Expand Down

0 comments on commit b4987f0

Please sign in to comment.