Skip to content

Commit

Permalink
[wdc] Change prop name of caps
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Aug 16, 2022
1 parent 33029e4 commit ff5cec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
target: <<parameters.target>>
browser: com.github.ngoanh2n.wdc.AppiumDriverProvider
options: --tests com.github.ngoanh2n.wdc.*
arguments: -Dappium.capabilities=<<parameters.caps>>
arguments: -Dngoanh2n.caps=<<parameters.caps>>
- cache_store:
target: <<parameters.target>>
mobile_android:
Expand All @@ -306,7 +306,7 @@ jobs:
target: <<parameters.target>>
browser: com.github.ngoanh2n.wdc.AppiumDriverProvider
options: --tests com.github.ngoanh2n.wdc.*
arguments: -Dappium.capabilities=<<parameters.caps>>
arguments: -Dngoanh2n.caps=<<parameters.caps>>
- cache_store:
target: <<parameters.target>>

Expand Down

0 comments on commit ff5cec1

Please sign in to comment.