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 8787 visit ('http://localhost:8100 ' )->assertSourceHas ('data-auto-collect="true" ' );
8888});
8989
90- it ('adds noscript tag when support no javascript mode is enabled ' , function () {
90+ /* it('adds noscript tag when support no javascript mode is enabled', function () {
9191 asAdmin()->navigate('http://localhost:8100/wp-admin/options-general.php?page=simpleanalytics&tab=advanced')
9292 ->check('simpleanalytics_noscript')
9393 ->click('Save Changes')
9494 ->assertChecked('simpleanalytics_noscript');
9595
9696 visit('http://localhost:8100')->assertPresent(NOSCRIPT_SELECTOR);
97- });
97+ });*/
9898
9999it ('adds a script with onload callback ' , function () {
100100 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