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
0f6ae2fc
Commit
0f6ae2fc
authored
Oct 22, 2020
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run and deploy tests fix
parent
80d16992
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
runAndDeploy.ts
apps/remix-ide-e2e/src/tests/runAndDeploy.ts
+4
-4
No files found.
apps/remix-ide-e2e/src/tests/runAndDeploy.ts
View file @
0f6ae2fc
...
@@ -44,12 +44,12 @@ module.exports = {
...
@@ -44,12 +44,12 @@ module.exports = {
.
addFile
(
'Greet.sol'
,
sources
[
0
][
'browser/Greet.sol'
])
.
addFile
(
'Greet.sol'
,
sources
[
0
][
'browser/Greet.sol'
])
.
clickLaunchIcon
(
'udapp'
)
.
clickLaunchIcon
(
'udapp'
)
.
selectAccount
(
'0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'
)
.
selectAccount
(
'0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'
)
.
waitForElementPresent
(
'*[data-id="Deploy - transact (not payable)"]'
)
.
waitForElementPresent
(
'*[data-id="Deploy - transact (not payable)"]'
,
45000
)
.
click
(
'*[data-id="Deploy - transact (not payable)"]'
)
.
click
(
'*[data-id="Deploy - transact (not payable)"]'
)
.
pause
(
5000
)
.
pause
(
5000
)
.
testFunction
(
'0x
c39ee005c1e1368c84f02e458de4b41dbb966631a8714d15ef8362dada249ede
'
,
{
.
testFunction
(
'0x
82f6c88a909b49d6cc003fb302a6e0184c3f08e942b62e1c95dec326d4c6020b
'
,
{
status
:
'true Transaction mined and execution succeed'
,
status
:
'true Transaction mined and execution succeed'
,
'transaction hash'
:
'0x
c39ee005c1e1368c84f02e458de4b41dbb966631a8714d15ef8362dada249ede
'
'transaction hash'
:
'0x
82f6c88a909b49d6cc003fb302a6e0184c3f08e942b62e1c95dec326d4c6020b
'
})
})
},
},
...
@@ -191,7 +191,7 @@ const sources = [
...
@@ -191,7 +191,7 @@ const sources = [
'browser/Greet.sol'
:
{
'browser/Greet.sol'
:
{
content
:
content
:
`
`
pragma solidity ^0.
6
.0;
pragma solidity ^0.
7
.0;
contract helloWorld {
contract helloWorld {
string public message;
string public message;
...
...
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