Fix "New massagin tab look" popup
Some checks failed
Push image to registry / build-image (push) Has been cancelled

This commit is contained in:
2025-11-01 14:38:22 +01:00
parent 0849a1fd42
commit e1a6bd9d42

View File

@@ -104,7 +104,7 @@ abstract class InstagramAbstractJob extends BrowserJob implements ShouldBeUnique
$popupsTypes = [
['//button[contains(text(), "Allow all cookies")]'], // Allow all cookies
['//button[contains(text(), "Not Now")]', ["Popup Not Now clicked"]], // Not now
['//button[contains(text(), "OK")]', ["Popup Ok clicked"]], // OK
['//button|//div[contains(text(), "OK")]', ["Popup Ok clicked"]], // OK
];
foreach ($popupsTypes as $popup) {