Skip to content

Commit

Permalink
Merge pull request #2125 from owncloud/use-different-selenium
Browse files Browse the repository at this point in the history
[Tests-Only] Used different version of selenium for settings UI test
  • Loading branch information
phil-davis authored Jun 7, 2021
2 parents e11e286 + 51abdf1 commit 83e4dbf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -700,18 +700,7 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
"image": "redis:6-alpine",
"pull": "always",
},
{
"name": "selenium",
"image": "selenium/standalone-chrome-debug:3.141.59-20200326",
"pull": "always",
"volumes": [
{
"name": "uploads",
"path": "/uploads",
},
],
},
],
] + selenium(),
"volumes": [stepVolumeOC10Tests] +
[{
"name": "uploads",
Expand Down

0 comments on commit 83e4dbf

Please sign in to comment.