Skip to content

Commit 0b2a8d6

Browse files
committed
wip
1 parent 77c2c40 commit 0b2a8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Browser/PluginSettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
->click('Save Changes')
113113
->assertValue('simpleanalytics_onload_callback', 'sa_event("My event")');
114114

115-
visit('http://localhost:8100')->assertSourceHas('data-onload="sa_event(\"My event\")"');
115+
visit('http://localhost:8100')->dd()->assertSourceHas('data-onload="sa_event(\"My event\")"');
116116
});
117117

118118
it('adds a script with global variable name', function () {

0 commit comments

Comments
 (0)