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 448c039 commit 3f6db8aCopy full SHA for 3f6db8a
tests/Browser/PluginSettingsTest.php
@@ -12,6 +12,7 @@
12
it('can be activated', function () {
13
asAdmin()
14
->navigate('http://localhost:8100/wp-admin/plugins.php')
15
+ ->screenshot()
16
->assertPresent(WP_PLUGIN_ROW_SELECTOR)
17
->click(WP_ACTIVATE_PLUGIN_SELECTOR);
18
});
0 commit comments