Skip to content

Commit 26333c7

Browse files
committed
wip
1 parent a2712ab commit 26333c7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/Browser/PluginSettingsTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
const INACTIVE_ADMIN_COMMENT = '<!-- Simple Analytics: Not logging requests from admins -->';
1010
const NOSCRIPT_SELECTOR = 'noscript img[src="https://queue.simpleanalyticscdn.com/noscript.gif"][alt=""][referrerpolicy="no-referrer-when-downgrade"]';
1111

12-
it('smthg',function (){
13-
visit('http://localhost:8100')->withLocale('en-GB');
14-
});
15-
16-
/*
1712
it('can be activated', function () {
1813
asAdmin()
1914
->navigate('http://localhost:8100/wp-admin/plugins.php')
@@ -200,4 +195,4 @@
200195
->assertValue('simpleanalytics_custom_domain', 'mydomain.com');
201196

202197
visit('http://localhost:8100')->assertPresent('script[src="https://mydomain.com/latest.js"]');
203-
});*/
198+
});

0 commit comments

Comments
 (0)