File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
dev/tests/functional/tests/app/Magento/Ui/Test/Constraint Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,10 @@ class AssertAdminUrlNoAccess extends AbstractConstraint
28
28
*
29
29
* @var array
30
30
*/
31
- private $ urls = [
31
+ protected $ urls = [
32
32
'mui/index/render/?namespace=cms_block_listing&search=&filters%5Bplaceholder%5D=true '
33
33
. '&paging%5BpageSize%5D=20&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=block_id '
34
34
. '&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 ' ,
38
35
'mui/index/render/?namespace=customer_listing&search=&filters%5Bplaceholder%5D=true '
39
36
. '&paging%5BpageSize%5D=20&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=entity_id&sorting%5Bdirection%5D=asc '
40
37
. '&isAjax=true ' ,
You can’t perform that action at this time.
0 commit comments