Skip to content

Commit

Permalink
Add Few More TestCases And Refactor Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKonatkowski committed Oct 16, 2023
1 parent 25b0ab0 commit 12654aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public TableDataSearchPage(WebDriver driver)
this.driver = driver;
PageFactory.initElements(driver, this);
}

@FindBy(css="#task-table-filter")
@CacheLookup
private WebElement tableDataTaskInputElement;
Expand Down

0 comments on commit 12654aa

Please sign in to comment.