Skip to content

Commit

Permalink
Set window size for RF during testing
Browse files Browse the repository at this point in the history
instead of maximizing to a set window size, see
https://forum.robotframework.org/t/zooming-out-a-website/7285/2
  • Loading branch information
atodorov committed Jan 7, 2025
1 parent 1c79251 commit 2fc7366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/test_upload_file.robot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
# Copyright (c) 2024-2025 Alexander Todorov <atodorov@otb.bg>
#
# Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
# https://www.gnu.org/licenses/agpl-3.0.html
Expand All @@ -19,7 +19,7 @@ ${TEST_PLAN_URL} ${SERVER}/plan/1/
*** Test Cases ***
Uploading file works via file upload
Open Browser ${LOGIN_URL} ${BROWSER}
Maximize Browser Window
Set Window Size 3024 1890
Set Selenium Speed ${DELAY}
Title Should Be Kiwi TCMS - Login

Expand Down

0 comments on commit 2fc7366

Please sign in to comment.