-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate e2e test for adding group permission (#3683)
* migrate e2e test for adding group permission Signed-off-by: gitdallas <[email protected]> * fix the test to use the typeahead properly Signed-off-by: gitdallas <[email protected]> * update process so this works in headless better Signed-off-by: gitdallas <[email protected]> * change cypress test tags Signed-off-by: gitdallas <[email protected]> --------- Signed-off-by: gitdallas <[email protected]>
- Loading branch information
Showing
5 changed files
with
66 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
import type { UserAuthConfig } from '~/__tests__/cypress/cypress/types'; | ||
|
||
export const LDAP_CONTRIBUTOR_USER: UserAuthConfig = Cypress.env('LDAP_CONTRIBUTOR_USER'); | ||
export const LDAP_CONTRIBUTOR_GROUP: UserAuthConfig = Cypress.env('LDAP_CONTRIBUTOR_GROUP'); | ||
export const HTPASSWD_CLUSTER_ADMIN_USER: UserAuthConfig = Cypress.env( | ||
'HTPASSWD_CLUSTER_ADMIN_USER', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters