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 f4a5291 commit 5e2c9d2Copy full SHA for 5e2c9d2
tests/Browser/PluginSettingsTest.php
@@ -35,9 +35,10 @@
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
- ->assertValue('simpleanalytics_ignore_pages', '/vouchers');
+ ->assertValue('simpleanalytics_ignore_pages', '/vouchers')
39
+ ->screenshot();
40
- visit('http://localhost:8100')->assertSourceHas('data-ignore-pages="/vouchers"');
41
+ visit('http://localhost:8100')->dd()->assertSourceHas('data-ignore-pages="/vouchers"');
42
});
43
44
it('adds inactive script for selected user roles', function () {
0 commit comments