Skip to content
Snippets Groups Projects
Commit e518a82f authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

feature(core): codeception tests - fixing

parent adf0f616
No related branches found
No related tags found
1 merge request!40feature(core): plugin template changes
......@@ -7,3 +7,7 @@ variables:
CODECEPTION_PARALLEL: 1
include: 'https://gitlab.com/wpdesk/gitlab-ci/raw/master/gitlab-ci-free.yml'
integration:earliest:
when: manual
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -34,7 +34,7 @@ class ActivationCest extends AbstractCestForPluginActivation {
$i->activateWPDeskPlugin(
$this->getPluginSlug(),
array( 'woocommerce' ),
array( 'The “' . $this->getPluginProductId() . '” plugin requires activating WooCommerce plugin. Activate WooCommerce →' )
array( 'The “' . $this->getPluginTitle() . '” plugin requires activating WooCommerce plugin. Activate WooCommerce →' )
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment