Skip to content

Commit 8f9083e

Browse files
author
ci-bot
committed
flaky prs fixed
1 parent 922c577 commit 8f9083e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/remix-ide-e2e/src/tests/template_exp_modal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = {
111111
.click('*[data-id="treeViewDivDraggableItemsrc/main.nr"]')
112112
.waitForElementVisible('*[data-id="compile-action"]')
113113
},
114-
'Create OpenZeppelin ERC20 template with Contract Wizard #pr': function (browser: NightwatchBrowser) {
114+
'Create OpenZeppelin ERC20 template with Contract Wizard': function (browser: NightwatchBrowser) {
115115
browser
116116
.click('*[data-id="workspacesSelect"]')
117117
.pause(2000)

apps/remix-ide-e2e/src/tests/workspace_git.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
.click('[data-id="settingsTabSavegithub-config"]')
3939
},
4040

41-
'Should create and initialize a GIT repository #group1 #pr': function (browser: NightwatchBrowser) {
41+
'Should create and initialize a GIT repository #group1': function (browser: NightwatchBrowser) {
4242
browser
4343
// .waitForElementNotVisible('[data-id="workspaceGitPanel"]')
4444
.click('*[data-id="workspacesSelect"]')
@@ -59,7 +59,7 @@ module.exports = {
5959
.waitForElementVisible('[data-id="workspaceGitPanel"]')
6060
.waitForElementContainsText('[data-id="workspaceGitBranchesDropdown"]', 'main')
6161
},
62-
'check git for the commit #group1 #pr': function (browser: NightwatchBrowser) {
62+
'check git for the commit #group1': function (browser: NightwatchBrowser) {
6363
browser.
6464
clickLaunchIcon('dgit')
6565
.click('*[data-id="commits-panel"]')

0 commit comments

Comments
 (0)