File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
108108it ('adds a script with overwrite domain name ' , function () {
109109 asAdmin ()->navigate ('http://localhost:8100/wp-admin/options-general.php?page=simpleanalytics&tab=advanced ' )
You can’t perform that action at this time.
0 commit comments