Code development platform for open source projects from the European Union institutions
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pso-test-automation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simpl
PSO
PSO-TEST
pso-test-automation
Commits
af72f563
Commit
af72f563
authored
2 months ago
by
Jaime Pérez-Lozana
Committed by
Mauro Martin
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
wait quick fix
parent
84cca5e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/framework/ui/pages/simplOpen/AuthorityPage.java
+1
-0
1 addition, 0 deletions
...main/java/framework/ui/pages/simplOpen/AuthorityPage.java
with
1 addition
and
0 deletions
src/main/java/framework/ui/pages/simplOpen/AuthorityPage.java
+
1
−
0
View file @
af72f563
...
...
@@ -27,6 +27,7 @@ public class AuthorityPage {
*/
public
void
verifyUserSelectOptionFromSecondFilter
(
String
statusReq
,
Locator
locatorValue
)
{
page
.
locator
(
SECOND_FILTER_DROP_DOWN_ARROW_LOCATOR
).
click
();
page
.
waitForTimeout
(
500
);
assertElementIsVisibleByLocator
(
page
.
locator
(
SECOND_FILTER_DROPDOWN_OPTIONS_PANEL
));
int
countElements
=
locatorValue
.
count
();
for
(
int
i
=
1
;
i
<=
countElements
;
i
++)
{
...
...
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