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
2f6b70a9
Commit
2f6b70a9
authored
Jul 18, 2017
by
yann300
Committed by
GitHub
Jul 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #626 from ethereum/fixTests
Fix tests
parents
932da88b
91d698a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
sharedFolderExplorer.js
test-browser/tests/sharedFolderExplorer.js
+3
-1
No files found.
test-browser/tests/sharedFolderExplorer.js
View file @
2f6b70a9
...
@@ -41,7 +41,9 @@ function runTests (browser, testData) {
...
@@ -41,7 +41,9 @@ function runTests (browser, testData) {
.
assert
.
containsText
(
'[data-path="localhost/folder1/contract1.sol"]'
,
'contract1.sol'
)
.
assert
.
containsText
(
'[data-path="localhost/folder1/contract1.sol"]'
,
'contract1.sol'
)
.
assert
.
containsText
(
'[data-path="localhost/folder1/contract2.sol"]'
,
'contract2.sol'
)
.
assert
.
containsText
(
'[data-path="localhost/folder1/contract2.sol"]'
,
'contract2.sol'
)
.
click
(
'[data-path="localhost/folder1/contract2.sol"]'
)
.
click
(
'[data-path="localhost/folder1/contract2.sol"]'
)
contractHelper
.
testContracts
(
browser
,
sources
.
sources
[
'localhost/folder1/contract2.sol'
],
[
'localhost/folder1/contract2.sol:test2'
],
()
=>
{
.
waitForElementPresent
(
'.udapp .create'
,
50000
,
true
,
function
()
{
contractHelper
.
checkCompiledContracts
(
browser
,
[
'localhost/folder1/contract2.sol:test2'
],
function
()
{
browser
.
click
(
'.websocketconn'
).
end
()
browser
.
click
(
'.websocketconn'
).
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