Merge pull request #156 from plone/roto-window-resize-huge

Default to a 4K x 4K browser window in Robot tests
This commit is contained in:
Jens W. Klein 2019-10-30 11:12:07 +01:00 committed by GitHub
commit 06c55bec14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

3
news/155.bugfix Normal file
View File

@ -0,0 +1,3 @@
- Use the shared 'Plone test setup' and 'Plone test teardown' keywords in Robot
tests.
[Rotonen]

View File

@ -9,12 +9,13 @@
*** Settings ***
Resource plone/app/robotframework/saucelabs.robot
Resource plone/app/robotframework/selenium.robot
Library Remote ${PLONE_URL}/RobotRemote
Test Setup Open test browser
Test Teardown Close all browsers
Test Setup Run Keywords Plone test setup
Test Teardown Run keywords Plone test teardown
*** Test Cases ***
@ -31,13 +32,13 @@ Add Comment to a Document
When I add a comment
Then I can see the comment below the document
#Reply to a comment on a Document
# Given a logged-in Site Administrator
# and a document with discussion enabled
Reply to a comment on a Document
Given a logged-in Site Administrator
and a document with discussion enabled
#Delete Comment from a Document
# Given a logged-in Site Administrator
# and a document with discussion enabled
Delete Comment from a Document
Given a logged-in Site Administrator
and a document with discussion enabled
*** Keywords ***