-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump WordPress "tested up to" version 6.7 #212
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-Authored-By: severine-pozzo <[email protected]>
@severine-pozzo looks like automated e2e tests failed on WP |
@faisal-alvi can you help check out that failure? |
I will be retesting this morning @jeff Paul ***@***.***>
…On Mon, Nov 11, 2024 at 11:48 PM Jeffrey Paul ***@***.***> wrote:
@faisal-alvi <https://github.com/faisal-alvi> can you help check out that
failure?
—
Reply to this email directly, view it on GitHub
<#212 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZQ4QHQ2TJT6W5XXBE4XCFD2AF3B7AVCNFSM6AAAAABROHUD5WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZGUZTINRWGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Severine (Seve) Pozzo*
Lead Quality Assurance Specialist · 10up, Inc. <https://10up.com/> · @10up
<https://twitter.com/10up>
*email address: ***@***.*** ***@***.***>time
zone: Atlantic Standard Time (AST) UTC -4 **Please note that I am off on
Friday afternoon*
*pronouns: she, her*
|
/home/runner/work/publisher-media-kit/publisher-media-kit/tests/cypress/integration/pmk-block-patterns.test.js Error: 1:1 error 'describe' is not defined no-undef Error: 2:1 error Replace `····` with `↹` prettier/prettier Error: 2:5 error 'it' is not defined no-undef Error: 3:1 error Replace `········` with `↹↹` prettier/prettier Error: 3:9 error 'cy' is not defined no-undef Error: 4:1 error Replace `········` with `↹↹` prettier/prettier Error: 4:9 error 'cy' is not defined no-undef Error: 5:1 error Replace `········cy.get('#post-title-0,·h1.editor-post-title__input').click(·{·force:·true·}·)` with `↹↹cy.get('#post-title-0,·h1.editor-post-title__input')⏎↹↹↹.click({·force:·true·})⏎↹↹↹` prettier/prettier Error: 5:9 error 'cy' is not defined no-undef Error: 6:1 error Replace `········cy.get('.edit-post-header-toolbar__inserter-toggle,·.editor-document-tools__inserter-toggle'` with `↹↹cy.get(⏎↹↹↹'.edit-post-header-toolbar__inserter-toggle,·.editor-document-tools__inserter-toggle',⏎↹↹` prettier/prettier Error: 6:9 error 'cy' is not defined no-undef Error: 7:1 error Replace `········cy.get('.components-tab-panel__tabs·button,·.block-editor-inserter__tabs·button,·.block-editor-tabbed-sidebar__tablist·button').contains(·'Patterns'·)` with `↹↹cy.get(⏎↹↹↹'.components-tab-panel__tabs·button,·.block-editor-inserter__tabs·button,·.block-editor-tabbed-sidebar__tablist·button',⏎↹↹)⏎↹↹↹.contains('Patterns')⏎↹↹↹` prettier/prettier Error: 7:9 error 'cy' is not defined no-undef Error: 9:1 error Replace `········` with `↹↹` prettier/prettier Error: 10:1 error Replace `········` with `↹↹` prettier/prettier Error: 10:9 error 'cy' is not defined no-undef Error: 11:1 error Replace `············` with `↹↹↹` prettier/prettier Error: 12:1 error Replace `················` with `↹↹↹↹` prettier/prettier Error: 12:17 error 'cy' is not defined no-undef Error: 13:1 error Replace `····················` with `↹↹↹↹↹` prettier/prettier Error: 14:1 error Replace `················` with `↹↹↹↹` prettier/prettier Error: 15:1 error Replace `············}·else·if·($body.find(·'[aria-label="Publisher·Media·Kit"]'·` with `↹↹↹}·else·if·($body.find('[aria-label="Publisher·Media·Kit"]'` prettier/prettier Error: 16:1 error Replace `················` with `↹↹↹↹` prettier/prettier Error: 16:17 error 'cy' is not defined no-undef Error: 17:1 error Replace `············` with `↹↹↹` prettier/prettier Error: 19:1 error Replace `············` with `↹↹↹` prettier/prettier Error: 20:1 error Replace `············` with `↹↹↹` prettier/prettier Error: 20:13 error 'cy' is not defined no-undef Error: 21:1 error Replace `········` with `↹↹` prettier/prettier Error: 22:1 error Replace `····` with `↹` prettier/prettier
faisal-alvi
approved these changes
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Change
@severine-pozzo confirmed in #211 (comment) that things passed in WordPress 6.7 testing, so this PR bumps to that version and drags forward the min version to 6.5.
Closes #211.
How to test the Change
Changelog Entry
Credits
Props @severine-pozzo @jeffpaul.
Checklist: