Skip to content

Commit 8ab689b

Browse files
committed
Gherkin lint fix
1 parent 40c7fc5 commit 8ab689b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/core-update.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Feature: Update WordPress core
452452
"""
453453

454454
# Mock checksum API to return empty response so checksums are unavailable
455-
Given that HTTP requests to https://api.wordpress.org/core/checksums/1.0/ will respond with:
455+
And that HTTP requests to https://api.wordpress.org/core/checksums/1.0/ will respond with:
456456
"""
457457
HTTP/1.1 200
458458
Content-Type: application/json
@@ -471,5 +471,5 @@ Feature: Update WordPress core
471471
"""
472472

473473
# Verify files from $_old_files were removed
474-
Then the wp-includes/blocks/post-author/editor.css file should not exist
474+
And the wp-includes/blocks/post-author/editor.css file should not exist
475475
And the wp-includes/blocks/post-author/editor.min.css file should not exist

0 commit comments

Comments
 (0)