Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
ce4ee2d6
Commit
ce4ee2d6
authored
Jan 14, 2021
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update data-id for fileExplorer test
parent
670329dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
fileExplorer.test.ts
apps/remix-ide-e2e/src/tests/fileExplorer.test.ts
+4
-4
No files found.
apps/remix-ide-e2e/src/tests/fileExplorer.test.ts
View file @
ce4ee2d6
...
...
@@ -39,7 +39,7 @@ module.exports = {
.
waitForElementVisible
(
'*[data-id="treeViewLitreeViewItembrowser/5_Renamed_Contract.sol"]'
)
.
rightClick
(
'[data-path="browser/5_Renamed_Contract.sol"]'
)
.
click
(
'*[id="menuitemdelete"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer
-react
"]'
)
.
pause
(
2000
)
.
click
(
'.modal-ok'
)
.
waitForElementNotPresent
(
'*[data-id="treeViewLitreeViewItembrowser/5_Renamed_Contract.sol"'
)
...
...
@@ -67,7 +67,7 @@ module.exports = {
.
waitForElementVisible
(
'*[data-id="treeViewLitreeViewItembrowser/Browser_E2E_Tests"]'
)
.
rightClick
(
'[data-path="browser/Browser_E2E_Tests"]'
)
.
click
(
'*[id="menuitemdelete"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer
-react
"]'
)
.
pause
(
2000
)
.
click
(
'.modal-ok'
)
.
waitForElementNotPresent
(
'*[data-id="treeViewLitreeViewItembrowser/Browser_E2E_Tests"]'
)
...
...
@@ -80,11 +80,11 @@ module.exports = {
.
pause
(
10000
)
.
waitForElementVisible
(
'*[data-id="fileExplorerNewFilepublishToGist"]'
)
.
click
(
'*[data-id="fileExplorerNewFilepublishToGist"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer
-react
"]'
)
.
pause
(
2000
)
.
click
(
'.modal-ok'
)
.
pause
(
2000
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer"]'
)
.
waitForElementVisible
(
'*[data-id="modalDialogContainer
-react
"]'
)
.
pause
(
2000
)
.
click
(
'.modal-ok'
)
.
pause
(
2000
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment