Ben
Ben
Current approach seems to be working but CSS class paths seem to be the cause of [the current test failures](https://github.com/dOrgTech/homebase-app/actions/runs/7342978402/job/19992952327?pr=740) (timeouts likely due to being unable to find the elements)
It seems like the first test is now getting stuck when it's prompted to connect a wallet when it clicks the deploy button
WIP pull request: https://github.com/dOrgTech/homebase-app/pull/740 New tests repository (fork) to make changes to: https://github.com/dOrgTech/homebase-app-tests
@Man-Jain @EightRice @thenerdcat Were the tests intended to work without a wallet connection? I'm asking because it seems like a wallet was never setup for the tests and yet, when...
Andrei has custom deployment preview for hardcoded wallet which can be extended
This pull request reconfigured the codebase to be testable: https://github.com/dOrgTech/homebase-app/pull/629
Will actually need to use a URL parameter to handle the test mode, maybe something like this: To maintain the test mode URL parameter across navigations in your React app,...
Need access to LaunchDarkly as that's the feature flag system that's already setup: https://github.com/dOrgTech/homebase-app/blob/0938a65e51ed0d0f557b2acda9189473a2a8ebc6/src/services/config/hooks/featureFlags.ts#L1
Magenta now has access and can grant me it
What's remaining on this one is to setup a feature flag (LaunchDarkly) such that when it is passed, the app is considered to be in test mode (using the test...