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
53e6ecef
Commit
53e6ecef
authored
Feb 06, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests
parent
b8b8f694
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ballot.js
test-browser/tests/ballot.js
+1
-1
compiling.js
test-browser/tests/compiling.js
+1
-1
simpleContract.js
test-browser/tests/simpleContract.js
+1
-1
staticanalysis.js
test-browser/tests/staticanalysis.js
+1
-1
No files found.
test-browser/tests/ballot.js
View file @
53e6ecef
...
...
@@ -26,7 +26,7 @@ module.exports = {
function
runTests
(
browser
,
testData
)
{
browser
.
waitForElementVisible
(
'.newFile'
,
10000
)
contractHelper
.
testContracts
(
browser
,
sources
.
sources
.
Untitled
,
[
'Ballot'
],
function
()
{
contractHelper
.
testContracts
(
browser
,
sources
.
sources
.
Untitled
,
[
'
Untitled:
Ballot'
],
function
()
{
browser
.
end
()
})
}
test-browser/tests/compiling.js
View file @
53e6ecef
...
...
@@ -26,7 +26,7 @@ module.exports = {
function
runTests
(
browser
)
{
browser
.
waitForElementVisible
(
'.newFile'
,
10000
)
contractHelper
.
testContracts
(
browser
,
sources
.
sources
.
Untitled
,
[
'TestContract'
],
function
()
{
contractHelper
.
testContracts
(
browser
,
sources
.
sources
.
Untitled
,
[
'
Untitled:
TestContract'
],
function
()
{
browser
.
click
(
'.create .constructor .call'
)
.
waitForElementPresent
(
'.instance .call[title="f"]'
)
.
click
(
'.instance .call[title="f"]'
)
...
...
test-browser/tests/simpleContract.js
View file @
53e6ecef
...
...
@@ -25,7 +25,7 @@ module.exports = {
function
runTests
(
browser
)
{
browser
.
waitForElementVisible
(
'.newFile'
,
10000
)
contractHelper
.
testContracts
(
browser
,
sources
.
sources
.
Untitled
,
[
'
test1'
,
'
test2'
],
function
()
{
contractHelper
.
testContracts
(
browser
,
sources
.
sources
.
Untitled
,
[
'
Untitled:test1'
,
'Untitled:
test2'
],
function
()
{
browser
.
end
()
})
}
test-browser/tests/staticanalysis.js
View file @
53e6ecef
...
...
@@ -32,7 +32,7 @@ module.exports = {
function
runTests
(
browser
)
{
browser
.
waitForElementVisible
(
'.newFile'
,
10000
)
contractHelper
.
testContracts
(
browser
,
sources
.
sources
.
Untitled
,
[
'
TooMuchGas'
,
'test1'
,
'
test2'
],
function
()
{
contractHelper
.
testContracts
(
browser
,
sources
.
sources
.
Untitled
,
[
'
Untitled:TooMuchGas'
,
'Untitled:test1'
,
'Untitled:
test2'
],
function
()
{
browser
.
click
(
'.staticanalysisView'
)
.
click
(
'#staticanalysisView button'
)
...
...
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