function expectVisible(...matchers) {
    matchers.forEach((matcher) => expect(screen.queryAllByText(matcher).length).toBe(1))
}