Commit ff596b54 authored by bunsenstraat's avatar bunsenstraat

lint

parent c1c76dca
...@@ -66,7 +66,7 @@ test.only('install plugin', async t => { ...@@ -66,7 +66,7 @@ test.only('install plugin', async t => {
await t.click('.introjs-skipbutton') await t.click('.introjs-skipbutton')
await ClickLaunchIcon(t, 'solidity') await ClickLaunchIcon(t, 'solidity')
await t.click(Selector("#optimize")) await t.click(Selector('#optimize'))
await setCompilerVersion(t, 'builtin') await setCompilerVersion(t, 'builtin')
await t.wait(10000) await t.wait(10000)
// await setCompilerVersion(t, 'builtin') // await setCompilerVersion(t, 'builtin')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment