Skip to content

Commit e9061cc

Browse files
committed
Switched up print page scenarios so first test was not a repeat of the second
1 parent e29e1dd commit e9061cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

atest/acceptance/keywords/print_page.robot

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ Print Page As PDF Without Print Options
1111
1212
Verify Index Increments With Multiple Prints
1313
[Setup] Remove Files ${OUTPUTDIR}/selenium-page-*.pdf
14-
${file_1} = Print Page As PDF
14+
${file_1} = Print Page As PDF background=${True} scale=${2}
1515
Should Be Equal ${file_1} ${OUTPUTDIR}${/}selenium-page-1.pdf
16-
${file_2} = Print Page As PDF
16+
${file_2} = Print Page As PDF orientation=landscape
1717
Should Be Equal ${file_2} ${OUTPUTDIR}${/}selenium-page-2.pdf
18-
${file_3} = Print Page As PDF
18+
Go To https://robotframework.org/foundation/
19+
${file_3} = Print Page As PDF shrink_to_fit=${True} page_height=${35.56} page_width=${21.59}
1920
Should Be Equal ${file_3} ${OUTPUTDIR}${/}selenium-page-3.pdf
2021
2122
Print With Full Options

0 commit comments

Comments
 (0)