Skip to content

Commit 65beaa6

Browse files
committed
Fix failing test
1 parent 3cb9892 commit 65beaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/recommendations/RecommendationsCest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function testCreatorNetworkRecommendationsWithAJAXEnabled(AcceptanceTeste
205205
// Wait for Creator Network Recommendations modal to display.
206206
$I->waitForElementVisible('.formkit-modal');
207207
$I->switchToIFrame('.formkit-modal iframe');
208-
$I->waitForElementVisible('div[data-component="Page"]');
208+
$I->waitForElementVisible('main[data-component="Page"]');
209209
$I->switchToIFrame();
210210

211211
// Close the modal.

0 commit comments

Comments
 (0)