Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergejs Olonkins <sergejs.olonkins@zabbix.com>2022-10-26 19:14:14 +0300
committerSergejs Olonkins <sergejs.olonkins@zabbix.com>2022-10-26 19:14:14 +0300
commit09c30808778753eeb15d224202097b391abc392f (patch)
tree95e86ba5e21d1a377b043c97de5c171519a0f5f1
parent70f8c25a4e8dfbb94b03e6beefe73d348e1e0d23 (diff)
.......... [DEV-2067] added missing method description
-rw-r--r--ui/tests/selenium/sla/testFormServicesSla.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/tests/selenium/sla/testFormServicesSla.php b/ui/tests/selenium/sla/testFormServicesSla.php
index c3a8638d78e..98c96aa09ef 100644
--- a/ui/tests/selenium/sla/testFormServicesSla.php
+++ b/ui/tests/selenium/sla/testFormServicesSla.php
@@ -906,6 +906,11 @@ class testFormServicesSla extends CWebTest {
$this->checkActionCancellation('update');
}
+ /**
+ * Check cancellation of create and update actions
+ *
+ * @param string $action action to be checked
+ */
public function checkActionCancellation($action = 'create') {
$new_values = [
'Name' => 'New name to Cancel',