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 56bff97 commit 41f6debCopy full SHA for 41f6deb
src/Concerns/ProvidesBrowser.php
@@ -174,8 +174,8 @@ protected function storeConsoleLogsFor($browsers)
174
protected function storeSourceLogsFor($browsers)
175
{
176
$browsers->each(function ($browser, $key) {
177
- if (property_exists($browser, 'makesSourceAssertion') &&
178
- $browser->makesSourceAssertion) {
+ if (property_exists($browser, 'madeSourceAssertion') &&
+ $browser->madeSourceAssertion) {
179
$browser->storeSource($this->getCallerName().'-'.$key);
180
}
181
});
0 commit comments