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 354352b commit 20b044eCopy full SHA for 20b044e
tests/acceptance/AdminTestCest.php
@@ -9,11 +9,13 @@ public function TestPluginActivationDeactivation( AcceptanceTester $I ) {
9
10
$I->amOnPluginsPage();
11
12
- $I->seePluginActivated( 'wp-php-console' );
+ $I->seePluginActivated( 'hello-dolly' );
13
+
14
+ $I->seePluginDeactivated( 'wp-php-console' );
15
16
$I->wantTo( 'Deactivate and reactivate WP PHP Console.' );
17
- $I->deactivatePlugin( 'wp-php-console' );
18
+ //$I->deactivatePlugin( 'wp-php-console' );
19
$I->activatePlugin( 'wp-php-console' );
20
}
21
0 commit comments