Codeception\Module\WPBrowserMethods::seePluginInstalled PHP Method

seePluginInstalled() public method

Will not navigate to the plugin administration screen.
public seePluginInstalled ( string $pluginSlug ) : void
$pluginSlug string The plugin slug, like "hello-dolly".
return void
    public function seePluginInstalled($pluginSlug)
    {
        $this->seeElement("table.plugins tr[data-slug='{$pluginSlug}']");
    }