From 9bb9d3d80aaae7879d634ee7fe0382d91c71ef36 Mon Sep 17 00:00:00 2001 From: Parajuli Kiran Date: Mon, 7 Jun 2021 16:52:35 +0545 Subject: [PATCH] Used another selenium service for settings ui test --- .drone.star | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.drone.star b/.drone.star index 179c1a9503..edc419a4cc 100644 --- a/.drone.star +++ b/.drone.star @@ -699,19 +699,8 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4): "name": "redis", "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",