Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
logging-scratch-gui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Goessmann
logging-scratch-gui
Commits
2ad075e8
Commit
2ad075e8
authored
7 years ago
by
Paul Kaplan
Browse files
Options
Downloads
Patches
Plain Diff
Update language in integration tests
parent
2a6e60f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/integration/examples.test.js
+2
-2
2 additions, 2 deletions
test/integration/examples.test.js
test/integration/test.js
+3
-3
3 additions, 3 deletions
test/integration/test.js
with
5 additions
and
5 deletions
test/integration/examples.test.js
+
2
−
2
View file @
2ad075e8
...
...
@@ -74,11 +74,11 @@ describe('blocks example', () => {
await
clickText
(
'
Operators
'
);
await
clickText
(
'
Data
'
);
await
new
Promise
(
resolve
=>
setTimeout
(
resolve
,
1000
));
// Wait for scroll animation
await
clickText
(
'
Create v
ariable
...
'
);
await
clickText
(
'
Make a V
ariable
'
);
let
el
=
await
findByXpath
(
"
//input[@placeholder='']
"
);
await
el
.
sendKeys
(
'
score
'
);
await
clickButton
(
'
OK
'
);
await
clickText
(
'
Create v
ariable
...
'
);
await
clickText
(
'
Make a V
ariable
'
);
el
=
await
findByXpath
(
"
//input[@placeholder='']
"
);
await
el
.
sendKeys
(
'
second variable
'
);
await
clickButton
(
'
OK
'
);
...
...
This diff is collapsed.
Click to expand it.
test/integration/test.js
+
3
−
3
View file @
2ad075e8
...
...
@@ -161,11 +161,11 @@ describe('costumes, sounds and variables', () => {
await
clickText
(
'
Blocks
'
);
await
clickText
(
'
Data
'
,
blocksTabScope
);
await
new
Promise
(
resolve
=>
setTimeout
(
resolve
,
1000
));
// Wait for scroll animation
await
clickText
(
'
Create v
ariable
...
'
);
await
clickText
(
'
Make a V
ariable
'
);
let
el
=
await
findByXpath
(
"
//input[@placeholder='']
"
);
await
el
.
sendKeys
(
'
score
'
);
await
clickButton
(
'
OK
'
);
await
clickText
(
'
Create v
ariable
...
'
);
await
clickText
(
'
Make a V
ariable
'
);
el
=
await
findByXpath
(
"
//input[@placeholder='']
"
);
await
el
.
sendKeys
(
'
second variable
'
);
await
clickButton
(
'
OK
'
);
...
...
@@ -221,7 +221,7 @@ describe('costumes, sounds and variables', () => {
await
loadUri
(
uri
);
await
clickText
(
'
My Blocks
'
);
await
new
Promise
(
resolve
=>
setTimeout
(
resolve
,
1000
));
// Wait for scroll animation
await
clickText
(
'
Make a Block
...
'
);
await
clickText
(
'
Make a Block
'
);
// Click on the "add an input" buttons
await
clickText
(
'
number or text
'
,
modalScope
);
await
clickText
(
'
boolean
'
,
modalScope
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment