-
Notifications
You must be signed in to change notification settings - Fork 40
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
[RFR] Initial commit for issues functionality #736
Conversation
@@ -37,7 +37,7 @@ export const descriptionHelper = "div[id=description-helper]"; | |||
export const emailHelper = "div[id=email-helper]"; | |||
export const filterToggleButton = "div.pf-c-dropdown > button.pf-c-dropdown__toggle"; | |||
export const filterInput = "input[type='search']"; | |||
export const searchButton = "button[aria-label='search button for search input']"; | |||
export const searchButton = "#search-button"; |
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.
👍
e7c8f9d
to
80e1458
Compare
Signed-off-by: Igor Braginsky <[email protected]>
Signed-off-by: Igor Braginsky <[email protected]>
Signed-off-by: Igor Braginsky <[email protected]>
Signed-off-by: Igor Braginsky <[email protected]>
Signed-off-by: Igor Braginsky <[email protected]>
Signed-off-by: Igor Braginsky <[email protected]>
80e1458
to
b0f2571
Compare
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.
Looks good now, nice changes!
if (selectorMap[item]) { | ||
inputText(selectorMap[item], itemName); | ||
click(searchButton); | ||
} else if (item == filterIssue.bs && !Array.isArray(itemName)) { |
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.
We can make dynamic Id's but okay for this PR.
f92e8fd
to
803eef6
Compare
Signed-off-by: Igor Braginsky <[email protected]>
803eef6
to
72bc41c
Compare
No description provided.