Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
MBergCap authored Dec 4, 2023
1 parent 87e2fac commit a29383c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})


0 comments on commit a29383c

Please sign in to comment.