Skip to content

Commit 5116c32

Browse files
committed
wip
1 parent 431244b commit 5116c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Browser/PluginSettingsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@
9696
visit('http://localhost:8100')->assertPresent(NOSCRIPT_SELECTOR);
9797
});*/
9898

99-
it('adds a script with onload callback', function () {
99+
/*it('adds a script with onload callback', function () {
100100
asAdmin()->navigate('http://localhost:8100/wp-admin/options-general.php?page=simpleanalytics&tab=advanced')
101101
->fill('simpleanalytics_onload_callback', 'sa_event("My event")')
102102
->click('Save Changes')
103103
->assertValue('simpleanalytics_onload_callback', 'sa_event("My event")');
104104
105105
visit('http://localhost:8100')->assertSourceHas('data-onload="sa_event(\"My event\")"');
106-
});
106+
});*/
107107

108108
it('adds a script with overwrite domain name', function () {
109109
asAdmin()->navigate('http://localhost:8100/wp-admin/options-general.php?page=simpleanalytics&tab=advanced')

0 commit comments

Comments
 (0)