Skip to content

Commit 1f21fd5

Browse files
authored
fix(deps): update browser-tools to 2.2.1 (#552)
1 parent fe6cf98 commit 1f21fd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22
orbs:
33
orb-tools: circleci/[email protected] # https://circleci.com/developer/orbs/orb/circleci/orb-tools
4-
browser-tools: circleci/browser-tools@2.1.2 # https://circleci.com/developer/orbs/orb/circleci/browser-tools
4+
browser-tools: circleci/browser-tools@2.2.1 # https://circleci.com/developer/orbs/orb/circleci/browser-tools
55
# The orb will be injected here by the "continue" job.
66
filters: &filters
77
tags:

src/@orb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ display:
99

1010
orbs:
1111
node: circleci/node@7
12-
browser-tools: circleci/browser-tools@2.1.2
12+
browser-tools: circleci/browser-tools@2.2.1

src/examples/browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
22
Run Cypress tests using specified browser.
3-
`install_browsers: true` installs the default browsers Chrome and Firefox with the geckodriver,
3+
`install-browsers: true` installs the default browsers Chrome and Firefox with the geckodriver,
44
and the optional browsers Chrome for Testing and Edge from the CircleCI Browser Tools orb at
55
https://circleci.com/developer/orbs/orb/circleci/browser-tools#commands-install_browser_tools.
66
usage:

0 commit comments

Comments
 (0)