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:
commit
06c55bec14
3
news/155.bugfix
Normal file
3
news/155.bugfix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- Use the shared 'Plone test setup' and 'Plone test teardown' keywords in Robot
|
||||||
|
tests.
|
||||||
|
[Rotonen]
|
@ -9,12 +9,13 @@
|
|||||||
|
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
|
|
||||||
|
Resource plone/app/robotframework/saucelabs.robot
|
||||||
Resource plone/app/robotframework/selenium.robot
|
Resource plone/app/robotframework/selenium.robot
|
||||||
|
|
||||||
Library Remote ${PLONE_URL}/RobotRemote
|
Library Remote ${PLONE_URL}/RobotRemote
|
||||||
|
|
||||||
Test Setup Open test browser
|
Test Setup Run Keywords Plone test setup
|
||||||
Test Teardown Close all browsers
|
Test Teardown Run keywords Plone test teardown
|
||||||
|
|
||||||
|
|
||||||
*** Test Cases ***
|
*** Test Cases ***
|
||||||
@ -31,13 +32,13 @@ Add Comment to a Document
|
|||||||
When I add a comment
|
When I add a comment
|
||||||
Then I can see the comment below the document
|
Then I can see the comment below the document
|
||||||
|
|
||||||
#Reply to a comment on a Document
|
Reply to a comment on a Document
|
||||||
# Given a logged-in Site Administrator
|
Given a logged-in Site Administrator
|
||||||
# and a document with discussion enabled
|
and a document with discussion enabled
|
||||||
|
|
||||||
#Delete Comment from a Document
|
Delete Comment from a Document
|
||||||
# Given a logged-in Site Administrator
|
Given a logged-in Site Administrator
|
||||||
# and a document with discussion enabled
|
and a document with discussion enabled
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
Loading…
Reference in New Issue
Block a user