Lauty
Lauty
I found that when the browser's transaction ends, the data appears when I use `bench console`. After researching and debugging, I noticed that the test code and the browser work...
@Alchez Sorry if I'm not clear - this isn't my strongest area and my responses are based on some research + using print statements for debugging 😅 It's not actually...
@agritheory @Alchez I guess this is ready
@agritheory I added the following tests: - test_camera.py - test_camera_button_visible Mocks a camera, so the button should be visible - test_camera_component_hidden_without_support Mocks no camera support, so the component should not...
@agritheory I added the `setup_beam_mobile_user_permissions()` function in `install.py`. This grants the required permissions for the **BEAM Mobile User** role and prevents some 403 errors we were seeing.
@agritheory this is ready!
@agritheory Playwright offers a way to mock the browser's `navigator.mediaDevices` APIs, so: I added tests for: - Camera button visibility based on camera availability (`enumerateDevices` mock) - Camera activation when...