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
04f734ff
Commit
04f734ff
authored
Feb 17, 2021
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy and run tests fixed
parent
216cf1a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
runAndDeploy.ts
apps/remix-ide-e2e/src/tests/runAndDeploy.ts
+2
-2
No files found.
apps/remix-ide-e2e/src/tests/runAndDeploy.ts
View file @
04f734ff
...
...
@@ -55,9 +55,9 @@ module.exports = {
.
waitForElementPresent
(
'*[data-id="Deploy - transact (not payable)"]'
,
45000
)
.
click
(
'*[data-id="Deploy - transact (not payable)"]'
)
.
pause
(
5000
)
.
testFunction
(
'0x
82f6c88a909b49d6cc003fb302a6e0184c3f08e942b62e1c95dec326d4c6020b
'
,
{
.
testFunction
(
'0x
cc391e151ace69f4cfb51cda42fb6c2e1092f28c8c2757af20b1aae5ec076ead
'
,
{
status
:
'true Transaction mined and execution succeed'
,
'transaction hash'
:
'0x
82f6c88a909b49d6cc003fb302a6e0184c3f08e942b62e1c95dec326d4c6020b
'
'transaction hash'
:
'0x
cc391e151ace69f4cfb51cda42fb6c2e1092f28c8c2757af20b1aae5ec076ead
'
})
},
...
...
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