Skip to content

Commit

Permalink
more robot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agitator committed Mar 3, 2020
1 parent 45d2e2e commit 8f49908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_script:
script:
# Run code-analysis, except on Python 3.6, which mysteriously fails to find zc.buildout.
- python --version 2> /dev/stdout | grep 3.6 || bin/code-analysis
- bin/test --all
- ROBOT_BROWSER=chrome bin/test --all

after_success:
- bin/createcoverage --output-dir=parts/test/coverage
Expand Down
3 changes: 0 additions & 3 deletions src/collective/contact/core/tests/robot/keywords.robot
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
*** Keywords ***

${BROWSER} chrome

a Site Owner
Log in as site owner

Expand Down
6 changes: 2 additions & 4 deletions src/collective/contact/core/tests/robot/test_contacts.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
*** Settings ***
Test Setup keywords.Open test browser
# Test Setup Open SauceLabs test browser
Test Teardown Run keywords Report test status Close all browsers
Test Setup Open test browser
Test Teardown Run keywords Close all browsers
Resource plone/app/robotframework/keywords.robot #Test Setup Open test browser #Test Teardown Close all browsers
# Resource plone/app/robotframework/saucelabs.robot
Resource keywords.robot

*** Test cases ***
Expand Down

0 comments on commit 8f49908

Please sign in to comment.