Skip to content

Commit

Permalink
Switched up print page scenarios so first test was not a repeat of th…
Browse files Browse the repository at this point in the history
…e second
  • Loading branch information
emanlove committed May 13, 2024
1 parent e29e1dd commit e9061cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions atest/acceptance/keywords/print_page.robot
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ Print Page As PDF Without Print Options
Verify Index Increments With Multiple Prints
[Setup] Remove Files ${OUTPUTDIR}/selenium-page-*.pdf
${file_1} = Print Page As PDF
${file_1} = Print Page As PDF background=${True} scale=${2}
Should Be Equal ${file_1} ${OUTPUTDIR}${/}selenium-page-1.pdf
${file_2} = Print Page As PDF
${file_2} = Print Page As PDF orientation=landscape
Should Be Equal ${file_2} ${OUTPUTDIR}${/}selenium-page-2.pdf
${file_3} = Print Page As PDF
Go To https://robotframework.org/foundation/
${file_3} = Print Page As PDF shrink_to_fit=${True} page_height=${35.56} page_width=${21.59}
Should Be Equal ${file_3} ${OUTPUTDIR}${/}selenium-page-3.pdf
Print With Full Options
Expand Down

0 comments on commit e9061cc

Please sign in to comment.