From e9061cc70053e1f1bf795f467fac4b7f3bc4be9c Mon Sep 17 00:00:00 2001 From: Ed Manlove Date: Mon, 13 May 2024 07:13:59 -0400 Subject: [PATCH] Switched up print page scenarios so first test was not a repeat of the second --- atest/acceptance/keywords/print_page.robot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/atest/acceptance/keywords/print_page.robot b/atest/acceptance/keywords/print_page.robot index 3b873516d..a78cd6623 100644 --- a/atest/acceptance/keywords/print_page.robot +++ b/atest/acceptance/keywords/print_page.robot @@ -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