|
|
|
@ -17,7 +17,7 @@ module.exports = { |
|
|
|
|
.openFile('contracts') |
|
|
|
|
.openFile('contracts/1_Storage.sol') |
|
|
|
|
.waitForElementVisible('#editorView') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '14px') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '12px') |
|
|
|
|
.click('*[data-id="tabProxyZoomIn"]') |
|
|
|
|
.click('*[data-id="tabProxyZoomIn"]') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '16.8px') |
|
|
|
@ -29,7 +29,7 @@ module.exports = { |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '16.8px') |
|
|
|
|
.click('*[data-id="tabProxyZoomOut"]') |
|
|
|
|
.click('*[data-id="tabProxyZoomOut"]') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '14px') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '12px') |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
'Should display compile error in editor #group1': function (browser: NightwatchBrowser) { |
|
|
|
|