Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
titan.Libraries.Web_GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse Titan
titan.Libraries.Web_GUI
Commits
33ce4d2b
Commit
33ce4d2b
authored
5 years ago
by
Lenard Nagy
Committed by
Gerrit Code Review @ Eclipse.org
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "[incident #1828157] WebGUI regression test fix"
parents
120ad483
195b6a73
No related branches found
Branches containing commit
Tags
CNL113864_R2A02
LPA108463_R15A03
LPA108463_R15A04
LPA108463_R15A05
LPA108463_R15A06
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/Selenium/GuiEditor_CommonFunctions.py
+2
-2
2 additions, 2 deletions
test/Selenium/GuiEditor_CommonFunctions.py
with
2 additions
and
2 deletions
test/Selenium/GuiEditor_CommonFunctions.py
+
2
−
2
View file @
33ce4d2b
...
...
@@ -141,7 +141,7 @@ def clickInTreeContextMenu(driver, node, menuText):
actions
.
perform
()
time
.
sleep
(
0.5
)
contextMenu
=
driver
.
find_element_by_class_name
(
"
jstree-contextmenu
"
)
contextMenu
=
driver
.
find_element_by_class_name
(
"
jstree-
default-
contextmenu
"
)
items
=
contextMenu
.
find_elements_by_tag_name
(
"
li
"
)
for
element
in
items
:
if
menuText
in
element
.
text
:
...
...
@@ -228,4 +228,4 @@ def dialogExists(driver, name):
def
pressDelete
(
driver
):
actions
=
ActionChains
(
driver
)
actions
.
send_keys
(
Keys
.
DELETE
).
perform
()
\ No newline at end of file
actions
.
send_keys
(
Keys
.
DELETE
).
perform
()
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