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
dcfa3422
Commit
dcfa3422
authored
Jun 02, 2021
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix e2e tests
parent
dea29b06
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ballot.test.ts
apps/remix-ide-e2e/src/tests/ballot.test.ts
+1
-1
ballot_0_4_11.spec.ts
apps/remix-ide-e2e/src/tests/ballot_0_4_11.spec.ts
+1
-1
debugger.spec.ts
apps/remix-ide-e2e/src/tests/debugger.spec.ts
+2
-2
No files found.
apps/remix-ide-e2e/src/tests/ballot.test.ts
View file @
dcfa3422
...
@@ -49,7 +49,7 @@ module.exports = {
...
@@ -49,7 +49,7 @@ module.exports = {
'Debug Ballot / delegate'
:
function
(
browser
:
NightwatchBrowser
)
{
'Debug Ballot / delegate'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
pause
(
500
)
browser
.
pause
(
500
)
.
click
(
'*[data-id="txLoggerDebugButton0x
41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3
"]'
)
.
click
(
'*[data-id="txLoggerDebugButton0x
57c8e1437fa09b6b6a866e1d68fefd71cd2fec53f484b1dac9a2505ae95b2a7b
"]'
)
.
waitForElementVisible
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
waitForElementVisible
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
click
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
click
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
pause
(
2000
)
.
pause
(
2000
)
...
...
apps/remix-ide-e2e/src/tests/ballot_0_4_11.spec.ts
View file @
dcfa3422
...
@@ -45,7 +45,7 @@ module.exports = {
...
@@ -45,7 +45,7 @@ module.exports = {
'Debug Ballot / delegate'
:
function
(
browser
:
NightwatchBrowser
)
{
'Debug Ballot / delegate'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
pause
(
500
)
browser
.
pause
(
500
)
.
click
(
'*[data-id="txLoggerDebugButton0x
41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3
"]'
)
.
click
(
'*[data-id="txLoggerDebugButton0x
57c8e1437fa09b6b6a866e1d68fefd71cd2fec53f484b1dac9a2505ae95b2a7b
"]'
)
.
pause
(
2000
)
.
pause
(
2000
)
.
waitForElementVisible
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
waitForElementVisible
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
click
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
.
click
(
'*[data-id="buttonNavigatorJumpPreviousBreakpoint"]'
)
...
...
apps/remix-ide-e2e/src/tests/debugger.spec.ts
View file @
dcfa3422
...
@@ -420,7 +420,7 @@ const localVariable_step717_ABIEncoder = { // eslint-disable-line
...
@@ -420,7 +420,7 @@ const localVariable_step717_ABIEncoder = { // eslint-disable-line
const
jsGetTrace
=
`(async () => {
const
jsGetTrace
=
`(async () => {
try {
try {
const result = await remix.call('debugger', 'getTrace', '0x
bf309c0d71579d595f04a42e89d66d1ec17523dd3edea710b03f46a9b82ee0af
')
const result = await remix.call('debugger', 'getTrace', '0x
0a4d155d88ec6030d1ce43eab40067d314ba15eb2ae072172eb406792f618d91
')
console.log('result ', result)
console.log('result ', result)
} catch (e) {
} catch (e) {
console.log(e.message)
console.log(e.message)
...
@@ -429,7 +429,7 @@ const jsGetTrace = `(async () => {
...
@@ -429,7 +429,7 @@ const jsGetTrace = `(async () => {
const
jsDebug
=
`(async () => {
const
jsDebug
=
`(async () => {
try {
try {
const result = await remix.call('debugger', 'debug', '0x
bf309c0d71579d595f04a42e89d66d1ec17523dd3edea710b03f46a9b82ee0af
')
const result = await remix.call('debugger', 'debug', '0x
0a4d155d88ec6030d1ce43eab40067d314ba15eb2ae072172eb406792f618d91
')
console.log('result ', result)
console.log('result ', result)
} catch (e) {
} catch (e) {
console.log(e.message)
console.log(e.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