|
|
|
@ -20,13 +20,13 @@ module.exports = { |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '14px') |
|
|
|
|
.click('*[data-id="tabProxyZoomIn"]') |
|
|
|
|
.click('*[data-id="tabProxyZoomIn"]') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '16.8px') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '19.6px') |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
'Should zoom out editor #group1': function (browser: NightwatchBrowser) { |
|
|
|
|
browser |
|
|
|
|
.waitForElementVisible('#editorView') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '16.8px') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '19.6px') |
|
|
|
|
.click('*[data-id="tabProxyZoomOut"]') |
|
|
|
|
.click('*[data-id="tabProxyZoomOut"]') |
|
|
|
|
.checkElementStyle('.view-lines', 'font-size', '14px') |
|
|
|
|