Skip to content

Commit

Permalink
Use id= instead of CSS selector
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 23, 2024
1 parent d125f54 commit 3915900
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Regression_Tests/TestDataTable-GUI_Browser_chromium.robot
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ Import Data From File
${datacell1}= Get Text id=preview-tablecell-1-1
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Click #dialog-file-import-insert-tab
Click id=dialog-file-import-header-row
Click id=dialog-file-import-insert-tab
${delim}= Get Text id=dialog-file-import-delimiter
Should Be Equal As Strings ${delim} \t
# Wait Until Keyword Succeeds 10s 200ms Textfield Should Contain id=dialog-file-import-delimiter \t
Expand Down
4 changes: 2 additions & 2 deletions Regression_Tests/TestDataTable-GUI_Browser_firefox.robot
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ Import Data From File
${datacell1}= Get Text id=preview-tablecell-1-1
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Click #dialog-file-import-insert-tab
Click id=dialog-file-import-header-row
Click id=dialog-file-import-insert-tab
${delim}= Get Text id=dialog-file-import-delimiter
Should Be Equal As Strings ${delim} \t
# Wait Until Keyword Succeeds 10s 200ms Textfield Should Contain id=dialog-file-import-delimiter \t
Expand Down
4 changes: 2 additions & 2 deletions Regression_Tests/TestDataTable-GUI_Browser_webkit.robot
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ Import Data From File
${datacell1}= Get Text id=preview-tablecell-1-1
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Click #dialog-file-import-insert-tab
Click id=dialog-file-import-header-row
Click id=dialog-file-import-insert-tab
${delim}= Get Text id=dialog-file-import-delimiter
Should Be Equal As Strings ${delim} \t
# Wait Until Keyword Succeeds 10s 200ms Textfield Should Contain id=dialog-file-import-delimiter \t
Expand Down

0 comments on commit 3915900

Please sign in to comment.