Skip to content
Snippets Groups Projects
Commit 61232380 authored by srosse's avatar srosse
Browse files

no-jira: fix question pool selenium test with empty database

parent 3ccb27b1
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public class TaxonomyTreePage {
* @return Itself
*/
public TaxonomyTreePage atLeastOneLevel(String identifier, String name) {
By tableTreeBy = By.cssSelector("div.o_sel_taxonomy_levels_tree table");
By tableTreeBy = By.cssSelector("div.o_sel_taxonomy_levels_tree div.o_table_flexi_breadcrumb");
OOGraphene.waitElement(tableTreeBy, browser);
By tableBy = By.xpath("//div[contains(@class,'o_sel_taxonomy_levels_tree')]//table//tr/td[text()[contains(.,'" + identifier + "')]]");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment