Skip to content

Commit f8841dd

Browse files
Merge pull request #349 from 10up/fix/348-wp69-compat
Bump tested up to header to indicate WordPress 6.9 support.
2 parents c7b05be + 62bfc9f commit f8841dd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Simple Podcasting ===
22
Contributors: 10up, helen, adamsilverstein, jakemgold, jeffpaul, cadic
33
Tags: podcasting, podcast, apple podcasts, episode, season
4-
Tested up to: 6.8
4+
Tested up to: 6.9
55
Stable tag: 1.9.1
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html

tests/cypress/integration/block.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ describe('Admin can publish posts with podcast block', () => {
7474
cy.get('.components-snackbar', { timeout: 10000 }).should(
7575
'be.visible'
7676
);
77-
cy.get('a.components-button.components-snackbar__action').click();
77+
cy.get(
78+
'a.components-snackbar__action:is(.components-button, .components-external-link)'
79+
).click();
7880
cy.get('.wp-block-podcasting-podcast audio')
7981
.should('have.attr', 'src')
8082
.and('include', 'example');

0 commit comments

Comments
 (0)