mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 08:04:10 +00: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';
|