mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 00:56:47 +00:00
GODT-219: Update to godog v0.12.1
This commit is contained in:
@ -25,7 +25,7 @@ import (
|
||||
a "github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func UsersSetupFeatureContext(s *godog.Suite) {
|
||||
func UsersSetupFeatureContext(s *godog.ScenarioContext) {
|
||||
s.Step(`^there is user "([^"]*)"$`, thereIsUser)
|
||||
s.Step(`^there is connected user "([^"]*)"$`, thereIsConnectedUser)
|
||||
s.Step(`^there is user "([^"]*)" which just logged in$`, thereIsUserWhichJustLoggedIn)
|
||||
|
||||
Reference in New Issue
Block a user