Skip to content

Commit 080beb6

Browse files
author
okarpenko
committed
MAGETWO-35487: HTML minification management
1 parent 0280dfc commit 080beb6

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/User/Test/Handler/Role

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/User/Test/Handler/Role/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function persist(FixtureInterface $fixture = null)
6161
}
6262

6363
$url = 'admin/user_role/roleGrid/sort/role_id/dir/desc/';
64-
$regExpPattern = '/col\-role_id\W*(\d+)<.td><[^<>]*?>' . $data['rolename'] . '/siu';
64+
$regExpPattern = '/col\-role_id[^\>]*\>\s*(\d+)\s*<.td>\s*<[^<>]*?>' . $data['rolename'] . '/siu';
6565

6666
$extractor = new Extractor($url, $regExpPattern);
6767

0 commit comments

Comments
 (0)