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
2a48af0f
Commit
2a48af0f
authored
Jan 28, 2021
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests
parent
b524c825
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
generalSettings.test.ts
apps/remix-ide-e2e/src/tests/generalSettings.test.ts
+1
-1
No files found.
apps/remix-ide-e2e/src/tests/generalSettings.test.ts
View file @
2a48af0f
...
@@ -41,7 +41,7 @@ module.exports = {
...
@@ -41,7 +41,7 @@ module.exports = {
.
setValue
(
'*[data-id="settingsTabGistAccessToken"]'
,
'**********'
)
.
setValue
(
'*[data-id="settingsTabGistAccessToken"]'
,
'**********'
)
.
click
(
'*[data-id="settingsTabSaveGistToken"]'
)
.
click
(
'*[data-id="settingsTabSaveGistToken"]'
)
.
waitForElementVisible
(
'*[data-shared="tooltipPopup"]:nth-last-of-type(1)'
,
5000
)
.
waitForElementVisible
(
'*[data-shared="tooltipPopup"]:nth-last-of-type(1)'
,
5000
)
.
assert
.
containsText
(
'*[data-shared="tooltipPopup"]:nth-last-of-type(1)'
,
'Access token saved'
)
.
assert
.
containsText
(
'*[data-shared="tooltipPopup"]:nth-last-of-type(1)'
,
'Access token
has been
saved'
)
},
},
'Should copy github access token to clipboard'
:
function
(
browser
:
NightwatchBrowser
)
{
'Should copy github access token to clipboard'
:
function
(
browser
:
NightwatchBrowser
)
{
...
...
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