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
36b501b8
Commit
36b501b8
authored
Apr 04, 2019
by
Rob Stupay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to tests/compiling.js
parent
121ffa83
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
ballot.js
test-browser/tests/ballot.js
+3
-3
compiling.js
test-browser/tests/compiling.js
+3
-3
simpleContract.js
test-browser/tests/simpleContract.js
+2
-2
testRecorder.js
test-browser/tests/units/testRecorder.js
+3
-3
No files found.
test-browser/tests/ballot.js
View file @
36b501b8
...
...
@@ -38,7 +38,7 @@ function runTests (browser, testData) {
.
setValue
(
'input[placeholder="uint8 _numProposals"]'
,
'1'
)
.
click
(
'#runTabView button[class^="instanceButton"]'
)
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)
> div > button
'
)
.
testFunction
(
'delegate - transact (not payable)'
,
'0x0571a2439ea58bd349dd130afb8aff62a33af14c06de0dbc3928519bdf13ce2e'
,
`[vm]\nfrom:0xca3...a733c\nto:Ballot.delegate(address) 0x692...77b3a\nvalue:0 wei\ndata:0x5c1...4d2db\nlogs:0\nhash:0x057...3ce2e`
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
},
null
,
null
)
...
...
@@ -66,7 +66,7 @@ function runTests (browser, testData) {
})
})
.
clickLaunchIcon
(
'run'
)
.
click
(
'
div
[class^="udappClose"]'
)
.
click
(
'
button
[class^="udappClose"]'
)
.
perform
((
client
,
done
)
=>
{
console
.
log
(
'ballot.abi'
)
contractHelper
.
addFile
(
browser
,
'ballot.abi'
,
{
content
:
ballotABI
},
()
=>
{
...
...
@@ -89,7 +89,7 @@ function runTests (browser, testData) {
.
pause
(
500
)
.
perform
((
client
,
done
)
=>
{
console
.
log
(
'delegate - transact (not payable)'
)
browser
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
).
click
(
'.instance:nth-of-type(2)'
).
testFunction
(
'delegate - transact (not payable)'
,
'0xd3cd54e2f76f3993078ecf9e1b54a148def4520afc141a182293b3610bddf10f'
,
browser
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
).
click
(
'.instance:nth-of-type(2)
> div > button
'
).
testFunction
(
'delegate - transact (not payable)'
,
'0xd3cd54e2f76f3993078ecf9e1b54a148def4520afc141a182293b3610bddf10f'
,
`[vm]\nfrom:0xca3...a733c\nto:Ballot.delegate(address) 0x692...77b3a\nvalue:0 wei\ndata:0x5c1...4d2db\nlogs:0\nhash:0xd3c...df10f`
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
},
null
,
null
,
()
=>
{
done
()
})
}).
end
()
...
...
test-browser/tests/compiling.js
View file @
36b501b8
...
...
@@ -41,7 +41,7 @@ function testSimpleContract (browser, callback) {
browser
.
clickLaunchIcon
(
'run'
)
.
click
(
'#runTabView button[class^="instanceButton"]'
)
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)
> div > button
'
)
.
click
(
'#runTabView .instance div[class^="title"]'
)
.
click
(
'#runTabView .instance div[class^="title"]'
)
.
testFunction
(
'f - transact (not payable)'
,
...
...
@@ -72,7 +72,7 @@ function testReturnValues (browser, callback) {
browser
.
clickLaunchIcon
(
'run'
)
.
click
(
'#runTabView button[class^="instanceButton"]'
)
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)
> div > button
'
)
.
testFunction
(
'retunValues1 - transact (not payable)'
,
'0xc3660c7ab6899f196e77d3ab3749169e22c00ae7f1b8fe3af0ce54df49504019'
,
`[vm]\nfrom:0xca3...a733c\nto:testReturnValues.retunValues1() 0x5e7...26e9f\nvalue:0 wei\ndata:0x9ed...59eb7\nlogs:0\nhash:0xc36...04019`
,
...
...
@@ -110,7 +110,7 @@ function testInputValues (browser, callback) {
browser
.
clickLaunchIcon
(
'run'
)
.
click
(
'#runTabView button[class^="instanceButton"]'
)
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)
> div > button
'
)
.
testFunction
(
'inputValue1 - transact (not payable)'
,
'0xf3265e3d9cd9299958bf81bed3cdfdd537942f85b9e0b95c5468c691d9396505'
,
`[vm]\nfrom:0xca3...a733c\nto:test.inputValue1(uint256,int256,string) 0x8c1...401f5\nvalue:0 wei\ndata:0xd69...00000\nlogs:0\nhash:0xf32...96505`
,
...
...
test-browser/tests/simpleContract.js
View file @
36b501b8
...
...
@@ -85,7 +85,7 @@ function testAutoDeployLib (browser, callback) {
contractHelper
.
createContract
(
browser
,
''
,
()
=>
{
contractHelper
.
getAddressAtPosition
(
browser
,
0
,
(
address
)
=>
{
console
.
log
(
address
)
browser
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
).
click
(
'.instance:nth-of-type(2)'
).
perform
(()
=>
{
browser
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
).
click
(
'.instance:nth-of-type(2)
> div > button
'
).
perform
(()
=>
{
contractHelper
.
testConstantFunction
(
browser
,
address
,
'get - call'
,
''
,
'0: uint256: 45'
,
()
=>
{
callback
(
null
,
browser
)
})
})
})
...
...
@@ -146,7 +146,7 @@ function checkDeployShouldSucceed (browser, address, callback) {
contractHelper
.
createContract
(
browser
,
''
,
()
=>
{
contractHelper
.
getAddressAtPosition
(
browser
,
1
,
(
address
)
=>
{
browser
.
waitForElementPresent
(
'.instance:nth-of-type(3)'
)
.
click
(
'.instance:nth-of-type(3)'
).
perform
(()
=>
{
.
click
(
'.instance:nth-of-type(3)
> div > button
'
).
perform
(()
=>
{
contractHelper
.
testConstantFunction
(
browser
,
address
,
'get - call'
,
''
,
'0: uint256: 45'
,
()
=>
{
callback
(
null
,
browser
)
})
})
})
...
...
test-browser/tests/units/testRecorder.js
View file @
36b501b8
...
...
@@ -14,9 +14,9 @@ module.exports = {
.
click
(
'div[class^="cardContainer"] i[class^="arrow"]'
)
.
click
(
'#runTabView .runtransaction'
)
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)
> div > button
'
)
.
waitForElementPresent
(
'.instance:nth-of-type(3)'
)
.
click
(
'.instance:nth-of-type(3)'
)
.
click
(
'.instance:nth-of-type(3)
> div > button
'
)
.
clickFunction
(
'getInt - call'
)
.
clickFunction
(
'getAddress - call'
)
.
clickFunction
(
'getFromLib - call'
)
...
...
@@ -38,7 +38,7 @@ module.exports = {
})
})
.
waitForElementPresent
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)'
)
.
click
(
'.instance:nth-of-type(2)
> div > button
'
)
.
perform
((
client
,
done
)
=>
{
browser
.
clickFunction
(
'set - transact (not payable)'
,
{
types
:
'uint256 _p'
,
values
:
'34'
})
.
click
(
'i.savetransaction'
).
modalFooterOKClick
().
getEditorValue
(
function
(
result
)
{
...
...
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