We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb9892 commit 65beaa6Copy full SHA for 65beaa6
tests/acceptance/recommendations/RecommendationsCest.php
@@ -205,7 +205,7 @@ public function testCreatorNetworkRecommendationsWithAJAXEnabled(AcceptanceTeste
205
// Wait for Creator Network Recommendations modal to display.
206
$I->waitForElementVisible('.formkit-modal');
207
$I->switchToIFrame('.formkit-modal iframe');
208
- $I->waitForElementVisible('div[data-component="Page"]');
+ $I->waitForElementVisible('main[data-component="Page"]');
209
$I->switchToIFrame();
210
211
// Close the modal.
0 commit comments