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
ae684a13
Commit
ae684a13
authored
May 28, 2021
by
aniket-engg
Committed by
Aniket
May 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linting
parent
c755c05f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
getLastTransactionHash.ts
apps/remix-ide-e2e/src/commands/getLastTransactionHash.ts
+1
-1
ballot.test.ts
apps/remix-ide-e2e/src/tests/ballot.test.ts
+1
-1
No files found.
apps/remix-ide-e2e/src/commands/getLastTransactionHash.ts
View file @
ae684a13
...
...
@@ -22,7 +22,7 @@ function getLastTransactionHash (browser: NightwatchBrowser, callback: (hash: st
const
current
=
deployedContracts
[
i
]
const
attr
=
current
.
getAttribute
(
'data-id'
)
// For web3 provider, a contract call simulates a tx hash starting with 'block_txcall'
if
(
attr
&&
(
attr
.
replace
(
'block_tx'
,
''
).
startsWith
(
'0x'
)
||
attr
.
replace
(
'block_txcall'
,
''
).
startsWith
(
'0x'
)))
{
if
(
attr
&&
(
attr
.
replace
(
'block_tx'
,
''
).
startsWith
(
'0x'
)
||
attr
.
replace
(
'block_txcall'
,
''
).
startsWith
(
'0x'
)))
{
return
attr
.
replace
(
'block_tx'
,
''
)
}
}
...
...
apps/remix-ide-e2e/src/tests/ballot.test.ts
View file @
ae684a13
...
...
@@ -107,7 +107,7 @@ module.exports = {
// Test in Udapp UI , treeViewDiv0 shows returned value on method click
.
assert
.
containsText
(
'*[data-id="treeViewDiv0"]'
,
'bytes32: winnerName_ 0x48656c6c6f20576f726c64210000000000000000000000000000000000000000'
)
.
end
()
}
,
}
}
const
localsCheck
=
{
...
...
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