mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-22 18:43:19 +00:00
9 lines
199 B
TypeScript
9 lines
199 B
TypeScript
/**
|
|
* E2E auth fixtures. Credentials match DB seed from community migrations
|
|
* (user / user1!#Q from app_permissions.sql).
|
|
*/
|
|
export const TEST_USER = {
|
|
login: 'user',
|
|
password: 'user1!#Q',
|
|
}
|