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 ec1e164 commit cc6a48eCopy full SHA for cc6a48e
tests/Browser/PluginSettingsTest.php
@@ -25,8 +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"]')
+ ->assertPresent('script[src="http://localhost:8100/wp-content/plugins/simpleanalytics/resources/js/inactive.js"]')
30
->assertSourceHas(SA_INACTIVE_ADMIN_COMMENT);
31
});
32
0 commit comments