From ce3bf420cd71455332ed5c9edb6215329defb870 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 12 Mar 2020 16:00:07 +0000 Subject: [PATCH] Fixed failing test --- test-browser/tests/generalSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-browser/tests/generalSettings.js b/test-browser/tests/generalSettings.js index 0c073a2a60..27793ef0a6 100644 --- a/test-browser/tests/generalSettings.js +++ b/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"]') },