We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f093359 commit 39da8a8Copy full SHA for 39da8a8
1 file changed
app/cypress/support/e2e.ts
@@ -146,7 +146,7 @@ declare global {
146
* @param {Roles} role - The user role to login with. Must be an enum of Roles
147
* @param {string} odsCode - The ODS code to use for login. Defaults to 'H81109'
148
*/
149
- smokeLogin(role: string, odsCode?: string): Chainable<void>;
+ smokeLogin(role: RoleKey | RoleId | string, odsCode?: string): Chainable<void>;
150
/**
151
* Add file to s3 bucket
152
* @param {string} bucketName - Name of the target S3 bucket
0 commit comments