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
593b5f9e
Unverified
Commit
593b5f9e
authored
Sep 09, 2019
by
yann300
Committed by
GitHub
Sep 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replace click => scrollAndClick
parent
f1f1971a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
remixd.js
test-browser/tests/remixd.js
+2
-2
No files found.
test-browser/tests/remixd.js
View file @
593b5f9e
...
@@ -60,7 +60,7 @@ function runTests (browser, testData) {
...
@@ -60,7 +60,7 @@ function runTests (browser, testData) {
.
waitForElementVisible
(
'#icon-panel'
,
2000
)
.
waitForElementVisible
(
'#icon-panel'
,
2000
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
clickLaunchIcon
(
'pluginManager'
)
.
clickLaunchIcon
(
'pluginManager'
)
.
c
lick
(
'#pluginManager article[id="remixPluginManagerListItem_remixd"] button'
)
.
scrollAndC
lick
(
'#pluginManager article[id="remixPluginManagerListItem_remixd"] button'
)
.
waitForElementVisible
(
'#modal-footer-ok'
,
2000
)
.
waitForElementVisible
(
'#modal-footer-ok'
,
2000
)
.
pause
(
2000
)
.
pause
(
2000
)
.
click
(
'#modal-footer-ok'
)
.
click
(
'#modal-footer-ok'
)
...
@@ -99,7 +99,7 @@ function runTests (browser, testData) {
...
@@ -99,7 +99,7 @@ function runTests (browser, testData) {
.
waitForElementNotPresent
(
'[data-path="localhost/folder1/contract_'
+
browserName
+
'_toremove.sol"]'
)
// check if removed (old) file is not present
.
waitForElementNotPresent
(
'[data-path="localhost/folder1/contract_'
+
browserName
+
'_toremove.sol"]'
)
// check if removed (old) file is not present
.
click
(
'[data-path="localhost/folder1/renamed_contract_'
+
browserName
+
'.sol"]'
)
.
click
(
'[data-path="localhost/folder1/renamed_contract_'
+
browserName
+
'.sol"]'
)
.
clickLaunchIcon
(
'pluginManager'
)
.
clickLaunchIcon
(
'pluginManager'
)
.
c
lick
(
'#pluginManager article[id="remixPluginManagerListItem_remixd"] button'
)
.
scrollAndC
lick
(
'#pluginManager article[id="remixPluginManagerListItem_remixd"] button'
)
.
end
()
.
end
()
}
}
...
...
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