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
233facff
Commit
233facff
authored
Jun 29, 2021
by
yann300
Committed by
joseph izang
Aug 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix e2e
parent
a2400829
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
transactionExecution.spec.ts
apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts
+7
-2
No files found.
apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts
View file @
233facff
...
@@ -168,9 +168,14 @@ module.exports = {
...
@@ -168,9 +168,14 @@ module.exports = {
.
click
(
'.instance:nth-of-type(2) > div > button'
)
.
click
(
'.instance:nth-of-type(2) > div > button'
)
.
clickFunction
(
'g - transact (not payable)'
)
.
clickFunction
(
'g - transact (not payable)'
)
.
journalLastChildIncludes
(
'Error provided by the contract:'
)
.
journalLastChildIncludes
(
'Error provided by the contract:'
)
.
journalLastChildIncludes
(
'CustomError'
)
.
journalLastChildIncludes
(
'CustomError
: error description
'
)
.
journalLastChildIncludes
(
'Parameters:'
)
.
journalLastChildIncludes
(
'Parameters:'
)
.
journalLastChildIncludes
(
'2,3,error_string_2'
)
.
journalLastChildIncludes
(
'"value": "2",'
)
.
journalLastChildIncludes
(
'"value": "3",'
)
.
journalLastChildIncludes
(
'"value": "error_string_2",'
)
.
journalLastChildIncludes
(
'"documentation": "param1"'
)
.
journalLastChildIncludes
(
'"documentation": "param2"'
)
.
journalLastChildIncludes
(
'"documentation": "param3"'
)
.
journalLastChildIncludes
(
'Debug the transaction to get more information.'
)
.
journalLastChildIncludes
(
'Debug the transaction to get more information.'
)
.
end
()
.
end
()
}
}
...
...
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