Fixed failing test

pull/1/head
ioedeveloper 5 years ago committed by Liana Husikyan
parent b810bbe55e
commit e6d4fdf224
  1. 2
      test-browser/tests/generalSettings.js

@ -57,7 +57,7 @@ module.exports = {
browser.waitForElementVisible('*[data-id="verticalIconsKindsettings"]')
.click('*[data-id="copyToClipboardCopyIcon"]')
.waitForElementVisible('*[data-shared="tooltipPopup"]:nth-last-of-type(1)')
.assert.containsText('*[data-shared="tooltipPopup"]:nth-last-of-type(1)', 'Copy value to clipboard')
.assert.containsText('*[data-shared="tooltipPopup"]:nth-last-of-type(1)', 'Copied value to clipboard')
.click('*[data-id="tooltipCloseButton"]')
},

Loading…
Cancel
Save