Skip to content

Commit 9e352d5

Browse files
committed
typo
1 parent 9fef902 commit 9e352d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Browser/PluginSettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
it('adds a script with a custom domain name', function () {
4040
asAdmin()
41-
->navigate('http://localhost:8100/wp-admin/options-general.php?page=simpleanalytics&tab=general'¬)
41+
->navigate('http://localhost:8100/wp-admin/options-general.php?page=simpleanalytics&tab=general')
4242
->fill('simpleanalytics_custom_domain', 'mydomain.com')
4343
->click('Save Changes')
4444
->assertValue('simpleanalytics_custom_domain', 'mydomain.com');

0 commit comments

Comments
 (0)