Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 23bec62

Browse files
authored
Add modal delete button element
1 parent a91be5b commit 23bec62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/_support/Page/Acceptance/Administrator/MediaListPage.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ class MediaListPage extends AdminListPage
162162
*/
163163
public static $toolbarDeleteButton = '//button[contains(@onclick, \'onClickDelete\')]';
164164

165+
/**
166+
* The delete button in the toolbar
167+
*
168+
* @var string
169+
* @since __DEPLOY_VERSION__
170+
*/
171+
public static $toolbarModalDeleteButton = '//button[contains(@onclick, \'deleteItem\')]';
172+
165173
/**
166174
* The select all button
167175
*

0 commit comments

Comments
 (0)