Skip to content

Commit 7202873

Browse files
committed
wip
1 parent e19411a commit 7202873

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Browser/PluginSettingsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
->assertPresent('#deactivate-simpleanalytics');
2020
});
2121

22+
/*
2223
it('adds a script by default', function () {
2324
visit('http://localhost:8100')->assertPresent(DEFAULT_SCRIPT_SELECTOR);
2425
});
@@ -196,3 +197,4 @@
196197
197198
visit('http://localhost:8100')->assertPresent('script[src="https://mydomain.com/latest.js"]');
198199
});
200+
*/

0 commit comments

Comments
 (0)