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
1afd56c3
Commit
1afd56c3
authored
Feb 08, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test
parent
4f3ce1f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
staticanalysis.js
test-browser/tests/staticanalysis.js
+1
-1
No files found.
test-browser/tests/staticanalysis.js
View file @
1afd56c3
...
@@ -37,7 +37,7 @@ function runTests (browser) {
...
@@ -37,7 +37,7 @@ function runTests (browser) {
.
click
(
'.staticanalysisView'
)
.
click
(
'.staticanalysisView'
)
.
click
(
'#staticanalysisView button'
)
.
click
(
'#staticanalysisView button'
)
.
waitForElementPresent
(
'#staticanalysisresult .warning'
,
2000
,
true
,
function
()
{
.
waitForElementPresent
(
'#staticanalysisresult .warning'
,
2000
,
true
,
function
()
{
dom
.
listSelectorContains
([
'Untitled:
1
:33: use of tx.origin'
,
dom
.
listSelectorContains
([
'Untitled:
2
:33: use of tx.origin'
,
'Fallback function of contract Untitled:TooMuchGas requires too much gas'
],
'Fallback function of contract Untitled:TooMuchGas requires too much gas'
],
'#staticanalysisresult .warning span'
,
'#staticanalysisresult .warning span'
,
browser
,
function
()
{
browser
,
function
()
{
...
...
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