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 eb52920 commit fc5f5baCopy full SHA for fc5f5ba
tests/Browser/PluginSettingsTest.php
@@ -35,6 +35,7 @@
35
->navigate('http://localhost:8100/wp-admin/options-general.php?page=simpleanalytics&tab=ignore-rules')
36
->fill('simpleanalytics_ignore_pages', '/vouchers')
37
->click('Save Changes')
38
+ ->refresh()
39
->assertValue('simpleanalytics_ignore_pages', '/vouchers')
40
->screenshot();
41
0 commit comments