-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove s2id from the locator #1750
base: master
Are you sure you want to change the base?
Conversation
@amolpati30 There are many other occurences of locator which starts with |
I have checked for CR only; I will check for the other components as well. |
a14587c
to
fd47746
Compare
I have updated the locator for other component. |
c59f476
to
ab494f7
Compare
airgun/widgets.py
Outdated
@@ -1174,7 +1174,7 @@ def __init__(self, parent, id=None, locator=None, logger=None): | |||
|
|||
def read(self): | |||
"""Return drop-down selected item value""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amolpati30 Thanks for adding this change. Can you please add a small comment above this line so that anyone who sees the reason of adding it? This is a non-blocker comment.
ab494f7
to
f6d2f38
Compare
f6d2f38
to
66c7176
Compare
|
|
trigger: test-robottelo |
1 similar comment
trigger: test-robottelo |
Some locators have changed after the jQuery3 update, so update the locators accordingly to ensure the test functions correctly.