Skip to content

Commit 39da8a8

Browse files
role type
1 parent f093359 commit 39da8a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/cypress/support/e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ declare global {
146146
* @param {Roles} role - The user role to login with. Must be an enum of Roles
147147
* @param {string} odsCode - The ODS code to use for login. Defaults to 'H81109'
148148
*/
149-
smokeLogin(role: string, odsCode?: string): Chainable<void>;
149+
smokeLogin(role: RoleKey | RoleId | string, odsCode?: string): Chainable<void>;
150150
/**
151151
* Add file to s3 bucket
152152
* @param {string} bucketName - Name of the target S3 bucket

0 commit comments

Comments
 (0)