Skip to content

Commit a1ea9a6

Browse files
committed
wip
1 parent 5b23f49 commit a1ea9a6

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
@@ -20,8 +20,7 @@ public function test_activation_and_presence_of_default_scripts(): void
2020

2121
public function test_adds_script_with_ignored_pages(): void
2222
{
23-
$this->asAdmin()
24-
->pause()
23+
$this->myBrowser()
2524
->visit('/wp-admin/options-general.php?page=simpleanalytics&tab=ignore-rules')
2625
->fillField('simpleanalytics_ignore_pages', '/vouchers')
2726
->click('Save Changes')

0 commit comments

Comments
 (0)