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
71012e8e
Commit
71012e8e
authored
6 years ago
by
Paul Kaplan
Browse files
Options
Downloads
Patches
Plain Diff
Make list test sensitive to "clicking clears the field" bug
parent
fa751133
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/integration/blocks.test.js
+1
-0
1 addition, 0 deletions
test/integration/blocks.test.js
with
1 addition
and
0 deletions
test/integration/blocks.test.js
+
1
−
0
View file @
71012e8e
...
@@ -114,6 +114,7 @@ describe('Working with the blocks', () => {
...
@@ -114,6 +114,7 @@ describe('Working with the blocks', () => {
await
clickText
(
'
+
'
,
scope
.
monitors
);
await
clickText
(
'
+
'
,
scope
.
monitors
);
el
=
await
findByXpath
(
`//body//
${
scope
.
monitors
}
//input`
);
el
=
await
findByXpath
(
`//body//
${
scope
.
monitors
}
//input`
);
await
el
.
sendKeys
(
'
thing2
'
);
await
el
.
sendKeys
(
'
thing2
'
);
await
el
.
click
();
// Regression for "clicking active input erases value" bug.
await
clickText
(
'
list1
'
,
scope
.
monitors
);
// Blur the input to submit
await
clickText
(
'
list1
'
,
scope
.
monitors
);
// Blur the input to submit
// Check that the list value has been propagated.
// Check that the list value has been propagated.
...
...
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