Commit a67b30a2 authored by bunsenstraat's avatar bunsenstraat Committed by davidzagi93@gmail.com

there is no h6 there

parent 6d18e845
......@@ -28,7 +28,7 @@ module.exports = {
.verify.elementPresent('[data-id="compilerContainerAutoCompile"]:checked')
.click('[for="autoCompile"]') // we set it too false again
.click('[for="autoCompile"]') // back to True in the local storage
.assert.containsText('h6[data-id="compilerContainerCompileBtn"]', 'contract-76747f6e19.sol')
.assert.containsText('*[data-id="compilerContainerCompileBtn"]', 'contract-76747f6e19.sol')
.currentWorkspaceIs('code-sample')
.getEditorValue((content) => {
browser.assert.ok(content.indexOf(
......
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