Skip to content

Commit a1fede3

Browse files
authored
Merge branch 'trunk' into java-alert-examples
2 parents f6b1b99 + a2c0c84 commit a1fede3

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.github/workflows/calibreapp-image-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: |
5050
github.event_name != 'pull_request' &&
5151
steps.calibre.outputs.markdown != ''
52-
uses: peter-evans/create-pull-request@v6
52+
uses: peter-evans/create-pull-request@v7
5353
with:
5454
title: Auto Compress Images
5555
branch-suffix: timestamp

examples/ruby/Gemfile.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ GEM
77
json (2.7.2)
88
language_server-protocol (3.17.0.3)
99
logger (1.6.0)
10-
parallel (1.25.1)
11-
parser (3.3.4.0)
10+
parallel (1.26.3)
11+
parser (3.3.4.2)
1212
ast (~> 2.4.1)
1313
racc
1414
racc (1.8.1)
@@ -30,18 +30,17 @@ GEM
3030
diff-lcs (>= 1.2.0, < 2.0)
3131
rspec-support (~> 3.13.0)
3232
rspec-support (3.13.0)
33-
rubocop (1.65.1)
33+
rubocop (1.66.0)
3434
json (~> 2.3)
3535
language_server-protocol (>= 3.17.0)
3636
parallel (~> 1.10)
3737
parser (>= 3.3.0.2)
3838
rainbow (>= 2.2.2, < 4.0)
3939
regexp_parser (>= 2.4, < 3.0)
40-
rexml (>= 3.2.5, < 4.0)
41-
rubocop-ast (>= 1.31.1, < 2.0)
40+
rubocop-ast (>= 1.32.1, < 2.0)
4241
ruby-progressbar (~> 1.7)
4342
unicode-display_width (>= 2.4.0, < 3.0)
44-
rubocop-ast (1.31.3)
43+
rubocop-ast (1.32.1)
4544
parser (>= 3.3.1.0)
4645
rubocop-rspec (3.0.4)
4746
rubocop (~> 1.61)

website_and_docs/content/documentation/webdriver/waits.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)