This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
Rocket.Chat.ReactNative
mirror of
https://github.com/RocketChat/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked Rocket.Chat.ReactNative
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lingohub_language_update_2024-05-13Z
Rocket.Chat.ReactNative
/
e2e
/
e2e_account.example.ts
7 lines
103 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
[FIX] Hardcoded E2E password for Detox workflow (#3809) * [FIX] Removed account from E2E Data and create a file responsible for this account * Updated e2e/README.md * minor tweak * Update e2e/README.md Co-authored-by: Gerzon Z. <gerzonzcanario@gmail.com> Co-authored-by: Gerzon Z. <gerzonzcanario@gmail.com>
2022-03-07 23:26:13 +00:00
const
account
=
{
adminUser
:
'Change_here'
,
adminPassword
:
'Change_here'
}
;
Chore: Migrate E2E tests from JS to TS (#4475) * Migrate E2E tests from JS to TS * fixed type mocha into tsconfig * migration data.cloud and data.docker * migrate team folder and fix Detox namescpace * add type TTextMatcher and start the room folder migration * room / 02 and 03 * room's folder * onboarding's folder * assorted/ 01 * assorted/ 02, 03, 04 * assorted/ 05, 06, 07 * folder assorted * fix lint * fix device
2022-09-12 14:51:33 +00:00
export
default
account
;