Skip to content

Commit 1abd6f9

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-67101' into 2.1.8-develop-pr20
2 parents 4a777a5 + e41dba1 commit 1abd6f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dev/tests/functional/tests/app/Magento/Ui/Test/Constraint/AssertAdminUrlNoAccess.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@ class AssertAdminUrlNoAccess extends AbstractConstraint
2828
*
2929
* @var array
3030
*/
31-
private $urls = [
31+
protected $urls = [
3232
'mui/index/render/?namespace=cms_block_listing&search=&filters%5Bplaceholder%5D=true'
3333
. '&paging%5BpageSize%5D=20&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=block_id'
3434
. '&sorting%5Bdirection%5D=asc&isAjax=true',
35-
'mui/index/render/handle/bulk_bulk_details_modal/buttons/1/?namespace=support_report_listing'
36-
. '&filters%5Bplaceholder%5D=true&paging%5BpageSize%5D=20&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=report_id'
37-
. '&sorting%5Bdirection%5D=asc&isAjax=true',
3835
'mui/index/render/?namespace=customer_listing&search=&filters%5Bplaceholder%5D=true'
3936
. '&paging%5BpageSize%5D=20&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=entity_id&sorting%5Bdirection%5D=asc'
4037
. '&isAjax=true',

0 commit comments

Comments
 (0)