Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit e904d01c authored by loiclau's avatar loiclau Committed by GitHub
Browse files

fix(acceptance) add force check before check last_check on metaservice (#6315)

parent 22d6bb82
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,16 @@ class AcknowledgementContext extends CentreonContext ...@@ -53,6 +53,16 @@ class AcknowledgementContext extends CentreonContext
)); ));
$page->save(); $page->save();
$this->restartAllPollers(); $this->restartAllPollers();
$page = new MonitoringServicesPage($this);
$this->spin(
function ($context) use ($page) {
$page->scheduleImmediateCheckForcedOnService('_Module_Meta', 'meta_1');
return true;
},
'Could not schedule check.'
);
$this->spin( $this->spin(
function ($context) { function ($context) {
$page = new ServiceMonitoringDetailsPage( $page = new ServiceMonitoringDetailsPage(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment