Skip to content

Commit

Permalink
fix: Update relevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
jecfish authored Aug 24, 2022
1 parent feabe5a commit 18780ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stringifyExtension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('StringifyExtension', () => {
expect(writer.toString()).toBe(
'await browser.waitUntil(() => (\n' +
' browser.execute(() => document.querySelector(\'#someElem\').innerText === \' x 2\')\n' +
')\n'
'))\n'
)
})

Expand Down

0 comments on commit 18780ac

Please sign in to comment.