Skip to content

Commit ddce0d7

Browse files
author
Sulabh Bista
authored
Fixes a typo
On line 38. `await chromeless.evaluate` was `awaitchromeless.evaluate` before
1 parent 50ae21f commit ddce0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/mocha-chai-test-example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('When clicking on the image of the demo playground', function () {
3535
.wait('#root')
3636

3737

38-
const url = awaitchromeless.evaluate(url => window.location.href)
38+
const url = await chromeless.evaluate(url => window.location.href)
3939

4040

4141
expect(url).to.match(/^https\:\/\/chromeless\.netlify\.com/)

0 commit comments

Comments
 (0)