Skip to content

Manual Testing

Greg Slepak edited this page Aug 3, 2024 · 1 revision

Some situations either cannot be easily tested by Cypress, or we haven't bothered to implement the relevant Cypress tests yet, so this page keeps track of them.

Multi-device chatroom join issue when one device is offline

See issue: https://github.com/okTurtles/group-income/issues/2252

Cypress tests for this are difficult because it essentially requires creating two different browser profiles for the same user.

Clone this wiki locally