Skip to content

Commit

Permalink
Add screenshots to Remove Last Value
Browse files Browse the repository at this point in the history
trying to figure out why it intermittently fails
  • Loading branch information
damies13 committed Mar 24, 2024
1 parent 42aac8f commit 3d5edc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Regression_Tests/TestDataTable-GUI_Browser_chromium.robot
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ Remove Last Value
${startval}= Get Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Should Be Equal As Strings ${startval} Column B Row ${row}
Value Edit Mode //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Take Screenshot
Clear Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]/input
Take Screenshot
${outcell}= Evaluate ${row}+3
Click //div[@name="${TABLENAME}"]//td[@id="${col}-${outcell}"]
${endval}= Get Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Expand Down
2 changes: 2 additions & 0 deletions Regression_Tests/TestDataTable-GUI_Browser_firefox.robot
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ Remove Last Value
${startval}= Get Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Should Be Equal As Strings ${startval} Column B Row ${row}
Value Edit Mode //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Take Screenshot
Clear Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]/input
Take Screenshot
${outcell}= Evaluate ${row}+3
Click //div[@name="${TABLENAME}"]//td[@id="${col}-${outcell}"]
${endval}= Get Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Expand Down
2 changes: 2 additions & 0 deletions Regression_Tests/TestDataTable-GUI_Browser_webkit.robot
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ Remove Last Value
${startval}= Get Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Should Be Equal As Strings ${startval} Column B Row ${row}
Value Edit Mode //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Take Screenshot
Clear Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]/input
Take Screenshot
${outcell}= Evaluate ${row}+3
Click //div[@name="${TABLENAME}"]//td[@id="${col}-${outcell}"]
${endval}= Get Text //div[@name="${TABLENAME}"]//td[@id="${col}-${row}"]
Expand Down

0 comments on commit 3d5edc9

Please sign in to comment.