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 77c2c40 commit 0b2a8d6Copy full SHA for 0b2a8d6
tests/Browser/PluginSettingsTest.php
@@ -112,7 +112,7 @@
112
->click('Save Changes')
113
->assertValue('simpleanalytics_onload_callback', 'sa_event("My event")');
114
115
- visit('http://localhost:8100')->assertSourceHas('data-onload="sa_event(\"My event\")"');
+ visit('http://localhost:8100')->dd()->assertSourceHas('data-onload="sa_event(\"My event\")"');
116
});
117
118
it('adds a script with global variable name', function () {
0 commit comments