Skip to content

Commit

Permalink
see if this gets rid of the 0 args error
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 23, 2024
1 parent 3915900 commit 84e4217
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Regression_Tests/TestDataTable-GUI_Browser_chromium.robot
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Import Data From File
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Wait Until Element Is Visible id=dialog-file-import-insert-tab
Click id=dialog-file-import-insert-tab
${delim}= Get Text id=dialog-file-import-delimiter
Should Be Equal As Strings ${delim} \t
Expand Down
1 change: 1 addition & 0 deletions Regression_Tests/TestDataTable-GUI_Browser_firefox.robot
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Import Data From File
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Wait Until Element Is Visible id=dialog-file-import-insert-tab
Click id=dialog-file-import-insert-tab
${delim}= Get Text id=dialog-file-import-delimiter
Should Be Equal As Strings ${delim} \t
Expand Down
1 change: 1 addition & 0 deletions Regression_Tests/TestDataTable-GUI_Browser_webkit.robot
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Import Data From File
Should Be Equal As Strings ${hdrrow1} ${datacell1}
Take Screenshot
Click id=dialog-file-import-header-row
Wait Until Element Is Visible id=dialog-file-import-insert-tab
Click id=dialog-file-import-insert-tab
${delim}= Get Text id=dialog-file-import-delimiter
Should Be Equal As Strings ${delim} \t
Expand Down

0 comments on commit 84e4217

Please sign in to comment.