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 5b23f49 commit a1ea9a6Copy full SHA for a1ea9a6
tests/Browser/PluginSettingsTest.php
@@ -20,8 +20,7 @@ public function test_activation_and_presence_of_default_scripts(): void
20
21
public function test_adds_script_with_ignored_pages(): void
22
{
23
- $this->asAdmin()
24
- ->pause()
+ $this->myBrowser()
25
->visit('/wp-admin/options-general.php?page=simpleanalytics&tab=ignore-rules')
26
->fillField('simpleanalytics_ignore_pages', '/vouchers')
27
->click('Save Changes')
0 commit comments