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
5055e2b9
Commit
5055e2b9
authored
Jun 18, 2020
by
ioedeveloper
Committed by
yann300
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added delay to remixd test
parent
f29470c1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
5 deletions
+2
-5
.env
.env
+1
-1
contract_chrome.sol
contracts/folder1/contract_chrome.sol
+0
-2
contract_chrome_toremove.sol
contracts/folder1/contract_chrome_toremove.sol
+0
-2
remixd.test.js
test-browser/tests/remixd.test.js
+1
-0
No files found.
.env
View file @
5055e2b9
gist_token=
<token>
gist_token=
f8cde3c2b611ee08622ff2eeb49897b92d23ec77
account_passphrase=<passphrase>
account_password=<password>
contracts/folder1/contract_chrome.sol
deleted
100644 → 0
View file @
f29470c1
contract test2 { function get () returns (uint) { return 11; }}
\ No newline at end of file
contracts/folder1/contract_chrome_toremove.sol
deleted
100644 → 0
View file @
f29470c1
contract test2 { function get () returns (uint) { return 11; }}
\ No newline at end of file
test-browser/tests/remixd.test.js
View file @
5055e2b9
...
...
@@ -89,6 +89,7 @@ function runTests (browser, testData) {
.
waitForElementVisible
(
'#modal-footer-ok'
,
2000
)
.
pause
(
2000
)
.
click
(
'#modal-footer-ok'
)
.
pause
(
2000
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
waitForElementVisible
(
'[data-path="localhost/folder1"]'
)
.
click
(
'[data-path="localhost/folder1"]'
)
...
...
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