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
020e52be
Commit
020e52be
authored
Oct 25, 2021
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove console.log
parent
b79a8be7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
addFile.ts
apps/remix-ide-e2e/src/commands/addFile.ts
+0
-1
setEditorValue.ts
apps/remix-ide-e2e/src/commands/setEditorValue.ts
+0
-1
No files found.
apps/remix-ide-e2e/src/commands/addFile.ts
View file @
020e52be
...
...
@@ -18,7 +18,6 @@ function addFile (browser: NightwatchBrowser, name: string, content: NightwatchC
.
clickLaunchIcon
(
'filePanel'
)
.
click
(
'li[data-id="treeViewLitreeViewItemREADME.txt"]'
)
// focus on root directory
.
elements
(
'css selector'
,
`li[data-id="treeViewLitreeViewItem
${
name
}
"]`
,
(
res
)
=>
{
console
.
log
(
res
)
if
(
res
.
value
&&
(
res
.
value
as
any
).
length
>
0
)
{
browser
.
openFile
(
name
)
.
perform
(
function
()
{
...
...
apps/remix-ide-e2e/src/commands/setEditorValue.ts
View file @
020e52be
...
...
@@ -3,7 +3,6 @@ import EventEmitter from 'events'
class
SetEditorValue
extends
EventEmitter
{
command
(
this
:
NightwatchBrowser
,
value
:
string
,
callback
?:
VoidFunction
):
NightwatchBrowser
{
console
.
log
(
'set editor'
,
value
)
this
.
api
.
perform
((
client
,
done
)
=>
{
this
.
api
.
execute
(
function
(
value
)
{
const
elem
:
any
=
document
.
getElementById
(
'editorView'
)
...
...
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