Skip to content
Snippets Groups Projects
Commit 6829d8b6 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Update selenium helper to continue clicking buttons

parent d147c10b
Branches
Tags
No related merge requests found
......@@ -87,7 +87,7 @@ class SeleniumHelper {
}
clickButton (text) {
return this.clickXpath(`//button[contains(text(), '${text}')]`);
return this.clickXpath(`//button//*[contains(text(), '${text}')]`);
}
getLogs (whitelist) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment