plone / plone.app.widgets

Integrating plone.widgets into plone
Other
7 stars 38 forks source link

Default to a 4K x 4K browser window in Robot tests #196

Closed Rotonen closed 5 years ago

Rotonen commented 5 years ago

I'm in the process of trying to unify Robot test setups and teardowns. This is a part of that effort.

Also re-enabled two previously disabled Robot tests.

In tandem with plone/plone.app.robotframework#110 Closes https://github.com/plone/plone.app.widgets/issues/195

This one actually stabilised a test for me locally when using a headless browser: As a contributor I can enter the date and time (test_datetime_widget.robot)

mister-roboto commented 5 years ago

@Rotonen thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!