File tree 7 files changed +16
-17
lines changed
content/documentation/webdriver
7 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 49
49
if : |
50
50
github.event_name != 'pull_request' &&
51
51
steps.calibre.outputs.markdown != ''
52
- uses : peter-evans/create-pull-request@v6
52
+ uses : peter-evans/create-pull-request@v7
53
53
with :
54
54
title : Auto Compress Images
55
55
branch-suffix : timestamp
Original file line number Diff line number Diff line change 7
7
json (2.7.2 )
8
8
language_server-protocol (3.17.0.3 )
9
9
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 )
12
12
ast (~> 2.4.1 )
13
13
racc
14
14
racc (1.8.1 )
30
30
diff-lcs (>= 1.2.0 , < 2.0 )
31
31
rspec-support (~> 3.13.0 )
32
32
rspec-support (3.13.0 )
33
- rubocop (1.65.1 )
33
+ rubocop (1.66.0 )
34
34
json (~> 2.3 )
35
35
language_server-protocol (>= 3.17.0 )
36
36
parallel (~> 1.10 )
37
37
parser (>= 3.3.0.2 )
38
38
rainbow (>= 2.2.2 , < 4.0 )
39
39
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 )
42
41
ruby-progressbar (~> 1.7 )
43
42
unicode-display_width (>= 2.4.0 , < 3.0 )
44
- rubocop-ast (1.31.3 )
43
+ rubocop-ast (1.32.1 )
45
44
parser (>= 3.3.1.0 )
46
45
rubocop-rspec (3.0.4 )
47
46
rubocop (~> 1.61 )
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
79
79
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
80
80
{{< /tab >}}
81
81
{{< 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 " >}}
83
83
{{< /tab >}}
84
84
{{< tab header="Kotlin" >}}
85
85
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
79
79
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
80
80
{{< /tab >}}
81
81
{{< 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 " >}}
83
83
{{< /tab >}}
84
84
{{< tab header="Kotlin" >}}
85
85
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
79
79
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
80
80
{{< /tab >}}
81
81
{{< 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 " >}}
83
83
{{< /tab >}}
84
84
{{< tab header="Kotlin" >}}
85
85
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
79
79
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
80
80
{{< /tab >}}
81
81
{{< 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 " >}}
83
83
{{< /tab >}}
84
84
{{< tab header="Kotlin" >}}
85
85
{{< badge-code >}}
You can’t perform that action at this time.
0 commit comments