Skip to content

Commit cc6a48e

Browse files
committed
wip
1 parent ec1e164 commit cc6a48e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Browser/PluginSettingsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
it('adds inactive script for authenticated users by default', function () {
2626
asAdmin()
2727
->navigate('http://localhost:8100')
28-
->dd()
29-
->assertPresent('script[url="http://localhost:8100/wp-content/plugins/simpleanalytics/resources/js/inactive.js"]')
28+
->assertPresent('script[src="http://localhost:8100/wp-content/plugins/simpleanalytics/resources/js/inactive.js"]')
3029
->assertSourceHas(SA_INACTIVE_ADMIN_COMMENT);
3130
});
3231

0 commit comments

Comments
 (0)