From adcf1ef06233a326362e6b2cde820ab072f4ff7d Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:01:44 +0200 Subject: [PATCH 01/12] Update dgit_github.test.ts --- apps/remix-ide-e2e/src/tests/dgit_github.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts index 1b361b3591e..0059925c061 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts @@ -31,10 +31,10 @@ module.exports = { 'login to github #group1 #group2': function (browser: NightwatchBrowser) { browser .waitForElementVisible('*[data-id="github-panel"]') - .waitForElementVisible('*[data-id="gitubUsername"]') + .waitForElementVisible('*[data-id="githubUsername"]') .setValue('*[data-id="githubToken"]', process.env.dgit_token) .pause(1000) - .setValue('*[data-id="gitubUsername"]', 'git') + .setValue('*[data-id="githubUsername"]', 'git') .pause(1000) .setValue('*[data-id="githubEmail"]', 'git@example.com') .pause(1000) From bdbd2af357e034e707775eca5354da5e5bfeda2e Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:02:05 +0200 Subject: [PATCH 02/12] Update dgit_local.test.ts --- apps/remix-ide-e2e/src/tests/dgit_local.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/dgit_local.test.ts b/apps/remix-ide-e2e/src/tests/dgit_local.test.ts index f77f3e46384..09e012f0256 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_local.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_local.test.ts @@ -39,8 +39,8 @@ module.exports = { .waitForElementVisible('*[data-id="github-panel"]') .pause(1000) .click('*[data-id="github-panel"]') - .waitForElementVisible('*[data-id="gitubUsername"]') - .setValue('*[data-id="gitubUsername"]', 'git') + .waitForElementVisible('*[data-id="githubUsername"]') + .setValue('*[data-id="githubUsername"]', 'git') .setValue('*[data-id="githubEmail"]', 'git@example.com') .click('*[data-id="saveGitHubCredentials"]') .modalFooterOKClick('github-credentials-error') @@ -634,4 +634,4 @@ async function spawnGitServer(path: string): Promise { } catch (e) { console.log(e) } -} \ No newline at end of file +} From 8ef8eb6a6fa060dbbbdb95d3b19a41f7e0f0e58c Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:02:24 +0200 Subject: [PATCH 03/12] Update erc721.test.ts --- apps/remix-ide-e2e/src/tests/erc721.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/erc721.test.ts b/apps/remix-ide-e2e/src/tests/erc721.test.ts index 8a3861a1c80..7a8f4c4a78b 100644 --- a/apps/remix-ide-e2e/src/tests/erc721.test.ts +++ b/apps/remix-ide-e2e/src/tests/erc721.test.ts @@ -29,7 +29,7 @@ module.exports = { .waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts"]') .waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts/MyToken.sol"]') .openFile('contracts/MyToken.sol') - // because the compilatiom imports are slow and sometimes stop loading (not sure why, it's bug) we need to recompile and check to see if the files are really in de FS + // because the compilation imports are slow and sometimes stop loading (not sure why, it's bug) we need to recompile and check to see if the files are really in de FS .clickLaunchIcon('solidity') .pause(2000) .click('[data-id="compilerContainerCompileBtn"]') From cfa877c203894f4787a7357adb7cb3c1e6e492e8 Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:03:15 +0200 Subject: [PATCH 04/12] Update generalSettings.test.ts --- apps/remix-ide-e2e/src/tests/generalSettings.test.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/generalSettings.test.ts b/apps/remix-ide-e2e/src/tests/generalSettings.test.ts index 4714be10f2d..e8e523a3d4a 100644 --- a/apps/remix-ide-e2e/src/tests/generalSettings.test.ts +++ b/apps/remix-ide-e2e/src/tests/generalSettings.test.ts @@ -91,12 +91,12 @@ module.exports = { browser.waitForElementVisible('*[data-id="verticalIconsKindsettings"]', 5000) .scrollAndClick('*[data-id="settingsTabThemeLabelCerulean"]') .pause(5000) - .checkElementStyle(':root', '--primary', remixIdeThemes.curelean.primary) - .checkElementStyle(':root', '--secondary', remixIdeThemes.curelean.secondary) - .checkElementStyle(':root', '--success', remixIdeThemes.curelean.success) - .checkElementStyle(':root', '--info', remixIdeThemes.curelean.info) - .checkElementStyle(':root', '--warning', remixIdeThemes.curelean.warning) - .checkElementStyle(':root', '--danger', remixIdeThemes.curelean.danger) + .checkElementStyle(':root', '--primary', remixIdeThemes.cerulean.primary) + .checkElementStyle(':root', '--secondary', remixIdeThemes.cerulean.secondary) + .checkElementStyle(':root', '--success', remixIdeThemes.cerulean.success) + .checkElementStyle(':root', '--info', remixIdeThemes.cerulean.info) + .checkElementStyle(':root', '--warning', remixIdeThemes.cerulean.warning) + .checkElementStyle(':root', '--danger', remixIdeThemes.cerulean.danger) }, 'Should load Flatly theme ': function (browser: NightwatchBrowser) { From fb4318dee0cdb0ea32748914c6edf51788104f97 Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:03:43 +0200 Subject: [PATCH 05/12] Update homeTab.test.ts --- apps/remix-ide-e2e/src/tests/homeTab.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/homeTab.test.ts b/apps/remix-ide-e2e/src/tests/homeTab.test.ts index 810ae1d2cdb..1b4b94ba342 100644 --- a/apps/remix-ide-e2e/src/tests/homeTab.test.ts +++ b/apps/remix-ide-e2e/src/tests/homeTab.test.ts @@ -13,7 +13,7 @@ module.exports = { .waitForElementVisible('*[data-id="homeTabGetStartedremixDefault"]') .click('*[data-id="homeTabGetStartedremixDefault"]') .waitForElementVisible('*[data-id="treeViewDivtreeViewItemcontracts/1_Storage.sol"]') - .waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts/2_Owner.sol"') + .waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts/2_Owner.sol"]') .waitForElementVisible('*[data-id="treeViewDivDraggableItemREADME.txt"') .click('*[data-id="treeViewDivtreeViewItemcontracts/1_Storage.sol"]') .waitForElementPresent({ From 7fbbb266b1ffb8c15e5cc93f378a9d688fa6e97a Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:04:31 +0200 Subject: [PATCH 06/12] Update importFromGithub.test.ts --- apps/remix-ide-e2e/src/tests/importFromGithub.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/importFromGithub.test.ts b/apps/remix-ide-e2e/src/tests/importFromGithub.test.ts index d2dbe89f21a..cb23f7f3e3f 100644 --- a/apps/remix-ide-e2e/src/tests/importFromGithub.test.ts +++ b/apps/remix-ide-e2e/src/tests/importFromGithub.test.ts @@ -68,7 +68,7 @@ module.exports = { browser .click('div[data-id="verticalIconsHomeIcon"]') .openFile('package.json') - .waitForElementVisible("*[data-path='git-hometab-test.git/package.json'") + .waitForElementVisible("*[data-path='git-hometab-test.git/package.json']") .getEditorValue((content) => { browser.assert.ok(content.indexOf('"name": "remix-project",') !== -1, 'content does contain "name": "remix-project"') }) From ebddd7bc036dae70bc8e67097f680affa8052056 Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:06:28 +0200 Subject: [PATCH 07/12] Update proxy_oz_v4.test.ts --- apps/remix-ide-e2e/src/tests/proxy_oz_v4.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/proxy_oz_v4.test.ts b/apps/remix-ide-e2e/src/tests/proxy_oz_v4.test.ts index f4d21d6cbd5..3ee0ad5d3a3 100644 --- a/apps/remix-ide-e2e/src/tests/proxy_oz_v4.test.ts +++ b/apps/remix-ide-e2e/src/tests/proxy_oz_v4.test.ts @@ -16,7 +16,7 @@ module.exports = { return sources }, - 'Should set the compiler version to 8.19': function(browser: NightwatchBrowser) { + 'Should set the compiler version to v0.8.19': function(browser: NightwatchBrowser) { browser.setSolidityCompilerVersion('soljson-v0.8.19+commit.7dd6d404.js') }, @@ -342,4 +342,4 @@ const sources = [ ` } } -] \ No newline at end of file +] From 20784466d230d077d34e2197c060acefa11af165 Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:06:56 +0200 Subject: [PATCH 08/12] Update proxy_oz_v5.test.ts --- apps/remix-ide-e2e/src/tests/proxy_oz_v5.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/proxy_oz_v5.test.ts b/apps/remix-ide-e2e/src/tests/proxy_oz_v5.test.ts index dbe0052e731..68c23f35371 100644 --- a/apps/remix-ide-e2e/src/tests/proxy_oz_v5.test.ts +++ b/apps/remix-ide-e2e/src/tests/proxy_oz_v5.test.ts @@ -22,7 +22,7 @@ module.exports = { .addFile('myTokenV1.sol', sources[0]['myTokenV1.sol']) .clickLaunchIcon('solidity') .pause(2000) - // because the compilatiom imports are slow and sometimes stop loading (not sure why, it's bug) we need to recompile and check to see if the files are really in de FS + // because the compilation imports are slow and sometimes stop loading (not sure why, it's bug) we need to recompile and check to see if the files are really in de FS .click('[data-id="compilerContainerCompileBtn"]') .clickLaunchIcon('filePanel') .isVisible({ @@ -344,4 +344,4 @@ const sources = [ ` } } -] \ No newline at end of file +] From d582f830dd7448176d44ad88bd857682c8be1828 Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:07:14 +0200 Subject: [PATCH 09/12] Update proxy_oz_v5_non_shanghai_runtime.test.ts --- .../src/tests/proxy_oz_v5_non_shanghai_runtime.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/proxy_oz_v5_non_shanghai_runtime.test.ts b/apps/remix-ide-e2e/src/tests/proxy_oz_v5_non_shanghai_runtime.test.ts index fa2545c4e03..7b567ea958b 100644 --- a/apps/remix-ide-e2e/src/tests/proxy_oz_v5_non_shanghai_runtime.test.ts +++ b/apps/remix-ide-e2e/src/tests/proxy_oz_v5_non_shanghai_runtime.test.ts @@ -28,7 +28,7 @@ module.exports = { .addFile('myTokenV1.sol', sources[0]['myTokenV1.sol']) .clickLaunchIcon('solidity') .pause(2000) - // because the compilatiom imports are slow and sometimes stop loading (not sure why, it's bug) we need to recompile and check to see if the files are really in de FS + // because the compilation imports are slow and sometimes stop loading (not sure why, it's bug) we need to recompile and check to see if the files are really in de FS .click('[data-id="compilerContainerCompileBtn"]') .clickLaunchIcon('filePanel') .isVisible({ @@ -350,4 +350,4 @@ const sources = [ ` } } -] \ No newline at end of file +] From f6a4243fb9393e3178f87d4035ee72f1fb173c7c Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:18:28 +0200 Subject: [PATCH 10/12] Update signingMessage.test.ts --- apps/remix-ide-e2e/src/tests/signingMessage.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/signingMessage.test.ts b/apps/remix-ide-e2e/src/tests/signingMessage.test.ts index 53edec78880..15a8e1ebe9c 100644 --- a/apps/remix-ide-e2e/src/tests/signingMessage.test.ts +++ b/apps/remix-ide-e2e/src/tests/signingMessage.test.ts @@ -26,8 +26,8 @@ module.exports = { // we check here that the input is strictly "test message" browser.assert.equal(signature.value, '0xaa8873317ebf3f34fbcc0eab3e9808d851352674c28a3d6b88dc84db6e10fc183a45bcec983a105964a13b54f18e43eceae29d982bf379826fb7ecfe0d42c6ba1b', 'signature should be tied to the input "test message"') }) - .addFile('signMassage.sol', sources[0]['signMassage.sol']) - .openFile('signMassage.sol') + .addFile('signMessage.sol', sources[0]['signMessage.sol']) + .openFile('signMessage.sol') .clickLaunchIcon('solidity') .click('*[data-id="compilerContainerCompileBtn"]') .clickLaunchIcon('udapp') From aef6823096ac62e3d7742e5b1bbcb9814b9ed8bc Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:37:53 +0200 Subject: [PATCH 11/12] Update generalSettings.test.ts --- apps/remix-ide-e2e/src/tests/generalSettings.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/generalSettings.test.ts b/apps/remix-ide-e2e/src/tests/generalSettings.test.ts index e8e523a3d4a..3a629e92711 100644 --- a/apps/remix-ide-e2e/src/tests/generalSettings.test.ts +++ b/apps/remix-ide-e2e/src/tests/generalSettings.test.ts @@ -177,7 +177,7 @@ const remixIdeThemes = { warning: '#c97539', danger: '#b84040' }, - curelean: { + cerulean: { primary: '#2FA4E7', secondary: '#e9ecef', success: '#73A839', From c775be8200a461c8ccab7c73740f2260e30491cd Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:38:17 +0200 Subject: [PATCH 12/12] Update dgit_github.test.ts --- apps/remix-ide-e2e/src/tests/dgit_github.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts index 0059925c061..f8ecfe6062c 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts @@ -376,7 +376,7 @@ module.exports = { .pause(1000) .setValue('*[data-id="githubToken"]', 'invalidtoken') .pause(1000) - .setValue('*[data-id="gitubUsername"]', 'git') + .setValue('*[data-id="githubUsername"]', 'git') .pause(1000) .setValue('*[data-id="githubEmail"]', 'git@example.com') .pause(1000)