File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/functional/tests/app/Magento/User/Test/Handler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function persist(FixtureInterface $fixture = null)
63
63
}
64
64
65
65
$ url = 'admin/user_role/roleGrid/sort/role_id/dir/desc/ ' ;
66
- $ regExpPattern = '/col\-role_id[^\>]+\>\s*(\d+)\s*<.td>\s*<[^<>]*?> ' . $ data ['rolename ' ] . '/siu ' ;
66
+ $ regExpPattern = '/col\-role_id[^\>]+\>\s*(\d+)\s*<.td>\s*<[^<>]*?>\s* ' . $ data ['rolename ' ] . '/siu ' ;
67
67
68
68
$ extractor = new Extractor ($ url , $ regExpPattern );
69
69
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function persist(FixtureInterface $fixture = null)
46
46
}
47
47
48
48
$ url = 'admin/user/roleGrid/sort/user_id/dir/desc ' ;
49
- $ regExpPattern = '/col-user_id[^\>]+\>\s*(\d+)\s*<.td>\s*<[^<>]*?> ' . $ data ['username ' ] . '/siu ' ;
49
+ $ regExpPattern = '/col-user_id[^\>]+\>\s*(\d+)\s*<.td>\s*<[^<>]*?>\s* ' . $ data ['username ' ] . '/siu ' ;
50
50
$ extractor = new Extractor ($ url , $ regExpPattern );
51
51
52
52
return ['user_id ' => $ extractor ->getData ()[1 ]];
You can’t perform that action at this time.
0 commit comments