Skip to content

Commit

Permalink
lick by id rather than text value
Browse files Browse the repository at this point in the history
tab --> dialog-file-import-insert-tab
  • Loading branch information
damies13 committed Mar 23, 2024
1 parent 0652908 commit a1bbc63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Regression_Tests/TestDataTable-GUI_Browser_chromium.robot
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Import Data From File
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Click "tab"
Click 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
2 changes: 1 addition & 1 deletion Regression_Tests/TestDataTable-GUI_Browser_firefox.robot
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Import Data From File
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Click "tab"
Click 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
2 changes: 1 addition & 1 deletion Regression_Tests/TestDataTable-GUI_Browser_webkit.robot
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Import Data From File
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Click "tab"
Click 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 a1bbc63

Please sign in to comment.