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 0738fba commit 9be4526Copy full SHA for 9be4526
tests/Browser/PluginSettingsTest.php
@@ -6,7 +6,7 @@
6
7
const SA_ADMIN_NOTICE = '<!-- Simple Analytics: Not logging requests from admins -->';
8
const SA_DEFAULT_SCRIPT = 'src="https://scripts.simpleanalyticscdn.com/latest.js"></script>';
9
-const SA_INACTIVE_ADMIN_SCRIPT = 'src="http://127.0.0.1:8100/wp-content/plugins/simpleanalytics/resources/js/inactive.js"';
+const SA_INACTIVE_ADMIN_SCRIPT = 'src="http://localhost:8100/wp-content/plugins/simpleanalytics/resources/js/inactive.js"';
10
11
const WP_PLUGIN_ROW_SELECTOR = 'tr[data-slug="simpleanalytics"]';
12
const WP_ACTIVATE_PLUGIN_SELECTOR = '#activate-simpleanalytics';
0 commit comments