chore: perauset customer project
This commit is contained in:
6
e2e/tests/steps/auth.steps.ts
Normal file
6
e2e/tests/steps/auth.steps.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Given } from '@cucumber/cucumber'
|
||||
import type { PerausetWorld } from '../support/world.js'
|
||||
|
||||
Given('I login as {string}', async function (this: PerausetWorld, email: string) {
|
||||
await this.login(email)
|
||||
})
|
||||
Reference in New Issue
Block a user