Skip to content

Commit

Permalink
Tests: Update selector for export actions, now Gutenberg has a zero b…
Browse files Browse the repository at this point in the history
…ased index again
  • Loading branch information
n7studios committed Oct 18, 2024
1 parent 49d35d6 commit ae0ecc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function testCreateBroadcastWhenEnabledInPost(AcceptanceTester $I)
$I->waitForElementVisible('.editor-post-publish-panel__header-publish-button');

// Enable the Create Broadcast option.
$I->click('.convertkit-pre-publish-actions #inspector-toggle-control-1');
$I->click('.convertkit-pre-publish-actions #inspector-toggle-control-0');

// Publish the Post.
$I->clickPublishOnPrePublishChecksForGutenbergPage($I);
Expand Down

0 comments on commit ae0ecc6

Please sign in to comment.