File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Extension Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ private function __construct()
49
49
public function logErrors ($ module , $ stepEvent )
50
50
{
51
51
//Types available should be "server", "browser", "driver". Only care about browser at the moment.
52
- if (in_array ("browser " , $ module ->$ webDriver ->manage ()->getAvailableLogTypes ())) {
53
- $ browserLogEntries = $ module ->$ webDriver ->manage ()->getLog ("browser " );
52
+ if (in_array ("browser " , $ module ->webDriver ->manage ()->getAvailableLogTypes ())) {
53
+ $ browserLogEntries = $ module ->webDriver ->manage ()->getLog ("browser " );
54
54
foreach ($ browserLogEntries as $ entry ) {
55
55
if (array_key_exists ("source " , $ entry ) && $ entry ["source " ] === "javascript " ) {
56
56
$ this ->logError ("javascript " , $ stepEvent , $ entry );
You can’t perform that action at this time.
0 commit comments