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 873043a commit ec1e164Copy full SHA for ec1e164
tests/Browser/PluginSettingsTest.php
@@ -25,6 +25,7 @@
25
it('adds inactive script for authenticated users by default', function () {
26
asAdmin()
27
->navigate('http://localhost:8100')
28
+ ->dd()
29
->assertPresent('script[url="http://localhost:8100/wp-content/plugins/simpleanalytics/resources/js/inactive.js"]')
30
->assertSourceHas(SA_INACTIVE_ADMIN_COMMENT);
31
});
0 commit comments