Skip to content

Commit 0d08922

Browse files
author
Roman Ganin
committed
MAGETWO-35068: Filter isn't working in Order Total Report
- fixed test
1 parent 9aaa393 commit 0d08922

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[\W\s]*(\d+)\s*<.td>\s*<[^<>]*?>' . $data['rolename'] . '/siu';
6565

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

0 commit comments

Comments
 (0)