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
7672f692
Commit
7672f692
authored
Sep 16, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix e2e tests
parent
cb67e576
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
compiler_api.test.ts
apps/remix-ide-e2e/src/tests/compiler_api.test.ts
+1
-1
terminal.test.ts
apps/remix-ide-e2e/src/tests/terminal.test.ts
+0
-8
No files found.
apps/remix-ide-e2e/src/tests/compiler_api.test.ts
View file @
7672f692
...
...
@@ -23,7 +23,7 @@ module.exports = {
.
addFile
(
'test_jsCompile.js'
,
{
content
:
jsCompile
})
.
executeScript
(
'remix.exeCurrent()'
)
.
pause
(
5000
)
.
journalChildIncludes
(
`
version: '0.6.8+commit.0bbfe453'
`
)
.
journalChildIncludes
(
`
"languageversion": "0.6.8+commit.0bbfe453"
`
)
},
'Should update the compiler configuration with "setCompilerConfig" API'
:
function
(
browser
:
NightwatchBrowser
)
{
...
...
apps/remix-ide-e2e/src/tests/terminal.test.ts
View file @
7672f692
...
...
@@ -42,14 +42,6 @@ module.exports = {
.
journalChildIncludes
(
'remix.help()'
)
},
'Should execute remix.debugHelp() command'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
waitForElementVisible
(
'*[data-id="terminalCli"]'
)
.
executeScript
(
'remix.debugHelp()'
)
.
journalChildIncludes
(
'Here are some examples of scripts that can be run (using remix.exeCurrent() or directly from the console)'
)
.
journalChildIncludes
(
'Please see https://www.npmjs.com/package/remix-debug for more informations'
)
},
'Async/Await Script'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
addFile
(
'asyncAwait.js'
,
{
content
:
asyncAwait
})
...
...
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