Skip to content

Commit

Permalink
fix page selector path
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma authored and jstourac committed Jan 18, 2024
1 parent 44fb2be commit 74c539e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Remove Current Page Projects From All Projects
Check Pagination Is Correct On The Current Page
[Documentation] Check the pagination is correct for the Data Science displayed on current page
[Arguments] ${page} ${total}
${actual_text}= Get Text xpath://span[@class="pf-c-options-menu__toggle-text"]
${actual_text}= SeleniumLibrary.Get Text xpath://button[contains(@class,"-menu-toggle")]
IF ${page}==1
${expected_text}= Set Variable 1 - 10 of ${total} items
ELSE IF ${page}==2
Expand Down

0 comments on commit 74c539e

Please sign in to comment.