From ff5cec10d61688260da215c9f6ea68da82db61aa Mon Sep 17 00:00:00 2001 From: ngoanh2n Date: Tue, 16 Aug 2022 22:38:53 +0700 Subject: [PATCH] [wdc] Change prop name of caps --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index da42661..827bcc8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -288,7 +288,7 @@ jobs: target: <> browser: com.github.ngoanh2n.wdc.AppiumDriverProvider options: --tests com.github.ngoanh2n.wdc.* - arguments: -Dappium.capabilities=<> + arguments: -Dngoanh2n.caps=<> - cache_store: target: <> mobile_android: @@ -306,7 +306,7 @@ jobs: target: <> browser: com.github.ngoanh2n.wdc.AppiumDriverProvider options: --tests com.github.ngoanh2n.wdc.* - arguments: -Dappium.capabilities=<> + arguments: -Dngoanh2n.caps=<> - cache_store: target: <>