Skip to content

Commit

Permalink
Fixing selector for toolbars in systemtests for com_media (#421)
Browse files Browse the repository at this point in the history
Fixing selector for toolbars in systemtests for com_media
  • Loading branch information
Hackwar authored Aug 8, 2019
2 parents 13b93aa + b3d7718 commit b81312d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ class MediaListPage extends AdminListPage
* @var string
* @since 4.0.0
*/
public static $toolbarCreateFolderButton = '//button[contains(@onclick, \'onClickCreateFolder\')]';
public static $toolbarCreateFolderButton = '//joomla-toolbar-button[contains(@onclick, \'onClickCreateFolder\')]';
/**
* The delete button in the toolbar.
*
* @var string
* @since 4.0.0
*/
public static $toolbarDeleteButton = '//button[contains(@onclick, \'onClickDelete\')]';
public static $toolbarDeleteButton = '//joomla-toolbar-button[contains(@onclick, \'onClickDelete\')]';

/**
* The delete button in the toolbar.
Expand Down

0 comments on commit b81312d

Please sign in to comment.