Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": [
"."
]
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Publisher Media Kit ===
Contributors: 10up, jeffpaul, faisal03
Tags: media kit, audience profiles, digital ad specs, ad rates
Tested up to: 6.9
Tested up to: 7.0
Stable tag: 1.3.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 3 additions & 1 deletion tests/cypress/integration/pmk-block-patterns.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ describe('Check if Media Kit Block Pattern is available for use', () => {
it('Can insert the block pattern', () => {
cy.visitAdminPage('post-new.php');
cy.closeWelcomeGuide();
cy.get('#post-title-0, h1.editor-post-title__input')
cy.getBlockEditor()
.find('#post-title-0, h1.editor-post-title__input')
.first()
.click({ force: true })
.type('Test Block Pattern');
cy.get(
Expand Down
Loading