mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-12 15:21:32 +08:00

* test: sign-up test are updated * test: fail test of version api is added * test: more test case over signup page is added * test: coverage is added * chore: auth json is updated * test: auth token and refresh token test is updated
9 lines
344 B
TypeScript
9 lines
344 B
TypeScript
export const version = 'v1.0.0';
|
|
export const validemail = 'sample@signoz.io';
|
|
export const validName = 'Palash';
|
|
export const validCompanyName = 'Signoz';
|
|
export const validPassword = 'SamplePassword98@@';
|
|
|
|
export const getStartedButtonSelector = 'button[data-attr="signup"]';
|
|
export const confirmPasswordSelector = '#password-confirm-error';
|