We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2712ab commit 26333c7Copy full SHA for 26333c7
tests/Browser/PluginSettingsTest.php
@@ -9,11 +9,6 @@
9
const INACTIVE_ADMIN_COMMENT = '<!-- Simple Analytics: Not logging requests from admins -->';
10
const NOSCRIPT_SELECTOR = 'noscript img[src="https://queue.simpleanalyticscdn.com/noscript.gif"][alt=""][referrerpolicy="no-referrer-when-downgrade"]';
11
12
-it('smthg',function (){
13
- visit('http://localhost:8100')->withLocale('en-GB');
14
-});
15
-
16
-/*
17
it('can be activated', function () {
18
asAdmin()
19
->navigate('http://localhost:8100/wp-admin/plugins.php')
@@ -200,4 +195,4 @@
200
195
->assertValue('simpleanalytics_custom_domain', 'mydomain.com');
201
196
202
197
visit('http://localhost:8100')->assertPresent('script[src="https://mydomain.com/latest.js"]');
203
-});*/
198
+});
0 commit comments