mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
GODT-219: Update to godog v0.12.1
This commit is contained in:
@ -21,7 +21,7 @@ import (
|
||||
"github.com/cucumber/godog"
|
||||
)
|
||||
|
||||
func UsersActionsFeatureContext(s *godog.Suite) {
|
||||
func UsersActionsFeatureContext(s *godog.ScenarioContext) {
|
||||
s.Step(`^"([^"]*)" logs in$`, userLogsIn)
|
||||
s.Step(`^"([^"]*)" logs in with bad password$`, userLogsInWithBadPassword)
|
||||
s.Step(`^"([^"]*)" logs out$`, userLogsOut)
|
||||
|
||||
Reference in New Issue
Block a user