File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments