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
55875169
Commit
55875169
authored
Mar 14, 2018
by
ninabreznik
Committed by
yann300
Apr 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix open-close table
parent
d6ec4ba6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
contract1.sol
contracts/contract1.sol
+1
-2
nightwatch.js
nightwatch.js
+1
-0
compiling.js
test-browser/tests/compiling.js
+3
-3
No files found.
contracts/contract1.sol
View file @
55875169
contract test1 { function get () returns (uint) { return 8; }}
contract test1 { function get () returns (uint) { return 10; }}
\ No newline at end of file
nightwatch.js
View file @
55875169
...
@@ -28,6 +28,7 @@ module.exports = {
...
@@ -28,6 +28,7 @@ module.exports = {
'path'
:
''
'path'
:
''
},
},
'desiredCapabilities'
:
{
'desiredCapabilities'
:
{
'screenResolution'
:
'2560x1600'
,
'browserName'
:
'firefox'
,
'browserName'
:
'firefox'
,
'javascriptEnabled'
:
true
,
'javascriptEnabled'
:
true
,
'acceptSslCerts'
:
true
,
'acceptSslCerts'
:
true
,
...
...
test-browser/tests/compiling.js
View file @
55875169
...
@@ -61,7 +61,7 @@ function testSimpleContract (browser, callback) {
...
@@ -61,7 +61,7 @@ function testSimpleContract (browser, callback) {
"1": "string: comment_comment_",
"1": "string: comment_comment_",
"2": "bool: true",
"2": "bool: true",
"3": "uint256: 4"
"3": "uint256: 4"
}`
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
}`
).
click
(
'i[class^="clearinstance"]'
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
})
})
}
}
...
@@ -99,7 +99,7 @@ function testReturnValues (browser, callback) {
...
@@ -99,7 +99,7 @@ function testReturnValues (browser, callback) {
'[vm]
\
nfrom:0xca3...a733c
\
nto:testReturnValues.retunValues3() 0x5e7...26e9f
\
nvalue:0 wei
\
ndata:0x033...e0a7d
\
nlogs:0
\
nhash:0x7fa...14aff'
,
null
,
`{
'[vm]
\
nfrom:0xca3...a733c
\
nto:testReturnValues.retunValues3() 0x5e7...26e9f
\
nvalue:0 wei
\
ndata:0x033...e0a7d
\
nlogs:0
\
nhash:0x7fa...14aff'
,
null
,
`{
"0": "uint8: _en 2",
"0": "uint8: _en 2",
"1": "int256[5][]: _a1 1,-45,-78,56,60, -1,42,334,-45455,-446, 1,10,-5435,45,-7"
"1": "int256[5][]: _a1 1,-45,-78,56,60, -1,42,334,-45455,-446, 1,10,-5435,45,-7"
}`
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
}`
).
click
(
'i[class^="clearinstance"]'
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
})
})
}
}
...
@@ -136,7 +136,7 @@ function testInputValues (browser, callback) {
...
@@ -136,7 +136,7 @@ function testInputValues (browser, callback) {
]
]
}
}
]`
)
]`
)
.
perform
(()
=>
{
callback
(
null
,
browser
)
})
.
click
(
'i[class^="clearinstance"]'
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
})
})
}
}
...
...
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