We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a5720 commit b754be5Copy full SHA for b754be5
dev/tests/functional/tests/app/Magento/User/Test/Handler/User/Curl.php
@@ -47,7 +47,7 @@ public function persist(FixtureInterface $fixture = null)
47
}
48
49
$url = 'admin/user/roleGrid/sort/user_id/dir/desc';
50
- $regExpPattern = '/col-user_id\W*(\d+)<.td><[^<>]*?>' . $data['username'] . '/siu';
+ $regExpPattern = '/col-user_id[\s\W]*(\d+)\s*<.td>\s*<[^<>]*?>' . $data['username'] . '/siu';
51
$extractor = new Extractor($url, $regExpPattern);
52
53
return ['user_id' => $extractor->getData()[1]];
0 commit comments