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
7bd80239
Commit
7bd80239
authored
Sep 21, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix e2e tests
parent
caf8d6cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
26 deletions
+29
-26
ballot.test.ts
apps/remix-ide-e2e/src/tests/ballot.test.ts
+2
-2
runAndDeploy.ts
apps/remix-ide-e2e/src/tests/runAndDeploy.ts
+2
-2
transactionExecution.test.ts
apps/remix-ide-e2e/src/tests/transactionExecution.test.ts
+23
-20
txListener.test.ts
apps/remix-ide-e2e/src/tests/txListener.test.ts
+2
-2
No files found.
apps/remix-ide-e2e/src/tests/ballot.test.ts
View file @
7bd80239
...
@@ -30,7 +30,7 @@ module.exports = {
...
@@ -30,7 +30,7 @@ module.exports = {
.
clickFunction
(
'delegate - transact (not payable)'
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
})
.
clickFunction
(
'delegate - transact (not payable)'
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
})
.
testFunction
(
'0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3'
,
.
testFunction
(
'0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3'
,
{
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3'
,
'transaction hash'
:
'0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3'
,
'decoded input'
:
{
'address to'
:
'0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB'
}
'decoded input'
:
{
'address to'
:
'0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB'
}
})
})
...
@@ -62,7 +62,7 @@ module.exports = {
...
@@ -62,7 +62,7 @@ module.exports = {
.
clickFunction
(
'delegate - transact (not payable)'
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
})
.
clickFunction
(
'delegate - transact (not payable)'
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
})
.
testFunction
(
'0xca58080c8099429caeeffe43b8104df919c2c543dceb9edf9242fa55f045c803'
,
.
testFunction
(
'0xca58080c8099429caeeffe43b8104df919c2c543dceb9edf9242fa55f045c803'
,
{
{
status
:
'
0x0
Transaction mined but execution failed'
,
status
:
'
false
Transaction mined but execution failed'
,
'transaction hash'
:
'0xca58080c8099429caeeffe43b8104df919c2c543dceb9edf9242fa55f045c803'
,
'transaction hash'
:
'0xca58080c8099429caeeffe43b8104df919c2c543dceb9edf9242fa55f045c803'
,
'decoded input'
:
{
'address to'
:
'0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB'
}
'decoded input'
:
{
'address to'
:
'0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB'
}
})
})
...
...
apps/remix-ide-e2e/src/tests/runAndDeploy.ts
View file @
7bd80239
...
@@ -48,7 +48,7 @@ module.exports = {
...
@@ -48,7 +48,7 @@ module.exports = {
.
click
(
'*[data-id="Deploy - transact (not payable)"]'
)
.
click
(
'*[data-id="Deploy - transact (not payable)"]'
)
.
pause
(
5000
)
.
pause
(
5000
)
.
testFunction
(
'0xc39ee005c1e1368c84f02e458de4b41dbb966631a8714d15ef8362dada249ede'
,
{
.
testFunction
(
'0xc39ee005c1e1368c84f02e458de4b41dbb966631a8714d15ef8362dada249ede'
,
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0xc39ee005c1e1368c84f02e458de4b41dbb966631a8714d15ef8362dada249ede'
'transaction hash'
:
'0xc39ee005c1e1368c84f02e458de4b41dbb966631a8714d15ef8362dada249ede'
})
})
},
},
...
@@ -61,7 +61,7 @@ module.exports = {
...
@@ -61,7 +61,7 @@ module.exports = {
.
click
(
'*[data-id="pluginManagerSettingsDeployAndRunLLTxSendTransaction"]'
)
.
click
(
'*[data-id="pluginManagerSettingsDeployAndRunLLTxSendTransaction"]'
)
.
pause
(
5000
)
.
pause
(
5000
)
.
testFunction
(
'0xfe718871ee0b4d03cdcac0e12e5b164efaf7e23ba952c07db76e62692867019b'
,
{
.
testFunction
(
'0xfe718871ee0b4d03cdcac0e12e5b164efaf7e23ba952c07db76e62692867019b'
,
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0xfe718871ee0b4d03cdcac0e12e5b164efaf7e23ba952c07db76e62692867019b'
'transaction hash'
:
'0xfe718871ee0b4d03cdcac0e12e5b164efaf7e23ba952c07db76e62692867019b'
})
})
},
},
...
...
apps/remix-ide-e2e/src/tests/transactionExecution.test.ts
View file @
7bd80239
...
@@ -23,7 +23,7 @@ module.exports = {
...
@@ -23,7 +23,7 @@ module.exports = {
.
clickFunction
(
'f - transact (not payable)'
)
.
clickFunction
(
'f - transact (not payable)'
)
.
testFunction
(
'0x38bb944fa4709ed9e163d6c670259f97284b4defd916d512a2fcc3f35bb53e03'
,
.
testFunction
(
'0x38bb944fa4709ed9e163d6c670259f97284b4defd916d512a2fcc3f35bb53e03'
,
{
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0x38bb944fa4709ed9e163d6c670259f97284b4defd916d512a2fcc3f35bb53e03'
,
'transaction hash'
:
'0x38bb944fa4709ed9e163d6c670259f97284b4defd916d512a2fcc3f35bb53e03'
,
'decoded output'
:
{
'0'
:
'uint256: 8'
}
'decoded output'
:
{
'0'
:
'uint256: 8'
}
})
})
...
@@ -32,7 +32,7 @@ module.exports = {
...
@@ -32,7 +32,7 @@ module.exports = {
.
clickFunction
(
'g - transact (not payable)'
)
.
clickFunction
(
'g - transact (not payable)'
)
.
testFunction
(
'0xab4f794ca0b531f27fc6eace623666b440facbf20e77615a057d728c67b500f0'
,
.
testFunction
(
'0xab4f794ca0b531f27fc6eace623666b440facbf20e77615a057d728c67b500f0'
,
{
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0xab4f794ca0b531f27fc6eace623666b440facbf20e77615a057d728c67b500f0'
,
'transaction hash'
:
'0xab4f794ca0b531f27fc6eace623666b440facbf20e77615a057d728c67b500f0'
,
'decoded output'
:
{
'decoded output'
:
{
'0'
:
'uint256: 345'
,
'0'
:
'uint256: 345'
,
...
@@ -53,7 +53,7 @@ module.exports = {
...
@@ -53,7 +53,7 @@ module.exports = {
.
clickFunction
(
'retunValues1 - transact (not payable)'
)
.
clickFunction
(
'retunValues1 - transact (not payable)'
)
.
testFunction
(
'0x09c6716a67f0f8c7a0ca2b3ddf59c25982da856a95aefd640b767f9b9feee39d'
,
.
testFunction
(
'0x09c6716a67f0f8c7a0ca2b3ddf59c25982da856a95aefd640b767f9b9feee39d'
,
{
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0x09c6716a67f0f8c7a0ca2b3ddf59c25982da856a95aefd640b767f9b9feee39d'
,
'transaction hash'
:
'0x09c6716a67f0f8c7a0ca2b3ddf59c25982da856a95aefd640b767f9b9feee39d'
,
'decoded output'
:
{
'decoded output'
:
{
'0'
:
'bool: _b true'
,
'0'
:
'bool: _b true'
,
...
@@ -65,7 +65,7 @@ module.exports = {
...
@@ -65,7 +65,7 @@ module.exports = {
.
clickFunction
(
'retunValues2 - transact (not payable)'
)
.
clickFunction
(
'retunValues2 - transact (not payable)'
)
.
testFunction
(
'0xe884953e0695399d60914af3e1ea2dad59fe41f3c0c20665c130fa40dd0fb6bf'
,
.
testFunction
(
'0xe884953e0695399d60914af3e1ea2dad59fe41f3c0c20665c130fa40dd0fb6bf'
,
{
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0xe884953e0695399d60914af3e1ea2dad59fe41f3c0c20665c130fa40dd0fb6bf'
,
'transaction hash'
:
'0xe884953e0695399d60914af3e1ea2dad59fe41f3c0c20665c130fa40dd0fb6bf'
,
'decoded output'
:
{
'decoded output'
:
{
'0'
:
'bytes1: _b 0x12'
,
'0'
:
'bytes1: _b 0x12'
,
...
@@ -83,7 +83,7 @@ module.exports = {
...
@@ -83,7 +83,7 @@ module.exports = {
.
clickFunction
(
'retunValues3 - transact (not payable)'
)
.
clickFunction
(
'retunValues3 - transact (not payable)'
)
.
testFunction
(
'0xb4108649d5e65a4a0776d6ac98c2c356540a7e99d641705a82352a845d467eb5'
,
.
testFunction
(
'0xb4108649d5e65a4a0776d6ac98c2c356540a7e99d641705a82352a845d467eb5'
,
{
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0xb4108649d5e65a4a0776d6ac98c2c356540a7e99d641705a82352a845d467eb5'
,
'transaction hash'
:
'0xb4108649d5e65a4a0776d6ac98c2c356540a7e99d641705a82352a845d467eb5'
,
'decoded output'
:
{
'decoded output'
:
{
'0'
:
'uint8: _en 2'
,
'0'
:
'uint8: _en 2'
,
...
@@ -101,7 +101,7 @@ module.exports = {
...
@@ -101,7 +101,7 @@ module.exports = {
.
clickFunction
(
'inputValue1 - transact (not payable)'
,
{
types
:
'uint256 _u, int256 _i, string _str'
,
values
:
'"2343242", "-4324324", "string _ string _ string _ string _ string _ string _ string _ string _ string _ string _"'
})
.
clickFunction
(
'inputValue1 - transact (not payable)'
,
{
types
:
'uint256 _u, int256 _i, string _str'
,
values
:
'"2343242", "-4324324", "string _ string _ string _ string _ string _ string _ string _ string _ string _ string _"'
})
.
testFunction
(
'0xe9678b5486674a0425301a1d7e925c22cfb9f7f7ec6242697d742009f7ef5b97'
,
.
testFunction
(
'0xe9678b5486674a0425301a1d7e925c22cfb9f7f7ec6242697d742009f7ef5b97'
,
{
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0xe9678b5486674a0425301a1d7e925c22cfb9f7f7ec6242697d742009f7ef5b97'
,
'transaction hash'
:
'0xe9678b5486674a0425301a1d7e925c22cfb9f7f7ec6242697d742009f7ef5b97'
,
'decoded output'
:
{
'decoded output'
:
{
'0'
:
'uint256: _uret 2343242'
,
'0'
:
'uint256: _uret 2343242'
,
...
@@ -112,26 +112,29 @@ module.exports = {
...
@@ -112,26 +112,29 @@ module.exports = {
.
pause
(
500
)
.
pause
(
500
)
.
clickFunction
(
'inputValue2 - transact (not payable)'
,
{
types
:
'uint256[3] _n, bytes8[4] _b8'
,
values
:
'[1,2,3], ["0x1234000000000000", "0x1234000000000000","0x1234000000000000","0x1234000000000000"]'
})
.
clickFunction
(
'inputValue2 - transact (not payable)'
,
{
types
:
'uint256[3] _n, bytes8[4] _b8'
,
values
:
'[1,2,3], ["0x1234000000000000", "0x1234000000000000","0x1234000000000000","0x1234000000000000"]'
})
.
testFunction
(
'0x21724b08c3699bda8375803f8dc842194aea370f2aac284e55144b452dca321f'
,
{
.
testFunction
(
'0x21724b08c3699bda8375803f8dc842194aea370f2aac284e55144b452dca321f'
,
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0x21724b08c3699bda8375803f8dc842194aea370f2aac284e55144b452dca321f'
,
'transaction hash'
:
'0x21724b08c3699bda8375803f8dc842194aea370f2aac284e55144b452dca321f'
,
'decoded output'
:
{
'decoded output'
:
{
'0'
:
'uint256[3]: _nret 1,2,3'
,
'0'
:
'uint256[3]: _nret 1,2,3'
,
'1'
:
'bytes8[4]: _b8ret 0x1234000000000000,0x1234000000000000,0x1234000000000000,0x1234000000000000'
'1'
:
'bytes8[4]: _b8ret 0x1234000000000000,0x1234000000000000,0x1234000000000000,0x1234000000000000'
},
},
logs
:
[
logs
:
[
{
"from"
:
"0x8c1ed7e19abaa9f23c476da86dc1577f1ef401f5"
,
{
"topic"
:
"0xd30981760edbf605bda8689e945f622877f230c9a77cbfbd448aa4b7d8ac6e7f"
,
'from'
:
'0x8c1eD7e19abAa9f23c476dA86Dc1577F1Ef401f5'
,
"event"
:
"event1"
,
'topic'
:
'0xd30981760edbf605bda8689e945f622877f230c9a77cbfbd448aa4b7d8ac6e7f'
,
"args"
:{
'event'
:
'event1'
,
"0"
:
"-123"
,
'args'
:
{
"1"
:
"123"
,
'0'
:
'-123'
,
"2"
:{
'1'
:
'123'
,
"_isIndexed"
:
true
,
'2'
:
{
"hash"
:
"0x9c22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658"
"_isIndexed"
:
true
,
},
'hash'
:
'0x9c22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658'
"3"
:
"0x12340000"
,
},
"4"
:
"test _ test _ test _ test test _ test test _ test test _ test test _ test test _ test test _ test "
}
'3'
:
'0x12340000'
,
}]
'4'
:
'test _ test _ test _ test test _ test test _ test test _ test test _ test test _ test test _ test '
}
}
]
})
})
.
click
(
'*[data-id="deployAndRunClearInstances"]'
)
.
click
(
'*[data-id="deployAndRunClearInstances"]'
)
},
},
...
...
apps/remix-ide-e2e/src/tests/txListener.test.ts
View file @
7bd80239
...
@@ -31,7 +31,7 @@ module.exports = {
...
@@ -31,7 +31,7 @@ module.exports = {
.
clickFunction
(
'delegate - transact (not payable)'
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
})
.
clickFunction
(
'delegate - transact (not payable)'
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
})
.
testFunction
(
'0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3'
,
.
testFunction
(
'0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3'
,
{
{
status
:
'
0x1
Transaction mined and execution succeed'
,
status
:
'
true
Transaction mined and execution succeed'
,
'transaction hash'
:
'0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3'
,
'transaction hash'
:
'0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3'
,
'decoded input'
:
{
'address to'
:
'0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB'
}
'decoded input'
:
{
'address to'
:
'0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB'
}
})
})
...
@@ -42,7 +42,7 @@ module.exports = {
...
@@ -42,7 +42,7 @@ module.exports = {
.
pause
(
5000
)
.
pause
(
5000
)
.
testFunction
(
'0xca58080c8099429caeeffe43b8104df919c2c543dceb9edf9242fa55f045c803'
,
.
testFunction
(
'0xca58080c8099429caeeffe43b8104df919c2c543dceb9edf9242fa55f045c803'
,
{
{
status
:
'
0x0
Transaction mined but execution failed'
,
status
:
'
false
Transaction mined but execution failed'
,
'transaction hash'
:
'0xca58080c8099429caeeffe43b8104df919c2c543dceb9edf9242fa55f045c803'
,
'transaction hash'
:
'0xca58080c8099429caeeffe43b8104df919c2c543dceb9edf9242fa55f045c803'
,
'decoded input'
:
{
'address to'
:
'0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB'
}
'decoded input'
:
{
'address to'
:
'0x4B0897b0513fdC7C541B6d9D7E929C4e5364D2dB'
}
})
})
...
...
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