Skip to content

Commit 11b87ba

Browse files
committed
Improve reliability of bulk edit tests
1 parent f965292 commit 11b87ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/_support/Helper/Acceptance/WPBulkEdit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public function bulkEdit($I, $postType, $postIDs, $configuration, $noticePostTyp
4141
}
4242
}
4343

44-
// Scroll to Bulk Edit label.
45-
$I->scrollTo('#bulk-edit-legend');
44+
// Scroll to Stock Quantity.
45+
$I->scrollTo('select.change_stock');
4646

4747
// Click Update.
4848
$I->click('Update');

0 commit comments

Comments
 (0)