From a29383c2977bfc7fff7d6174a97c4fdeddc47ba5 Mon Sep 17 00:00:00 2001 From: MBergCap <111343628+MBergCap@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:03:45 +0100 Subject: [PATCH] remove duplicate --- .../support/step_definition/course/toolCourseSteps.spec.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cypress/support/step_definition/course/toolCourseSteps.spec.js b/cypress/support/step_definition/course/toolCourseSteps.spec.js index 6ee4d627..87c5536c 100644 --- a/cypress/support/step_definition/course/toolCourseSteps.spec.js +++ b/cypress/support/step_definition/course/toolCourseSteps.spec.js @@ -32,12 +32,8 @@ Then('I can enter {string} as tool name in the selection', toolName => { courses.enterAnToolNameInToolConfigurationSelect(toolName) }) -Then('I can enter {string} as tool name in the selection', toolName => { - courses.enterAnToolNameInToolConfigurationSelect(toolName) -}) - Then('I can not see tool {string} in the tool selection list', toolName => { - courses.checkIfToolIsVisible(toolName) + courses.checkIfToolIsVisible(toolName) })