Created
November 18, 2024 18:17
-
-
Save nedgrady/5f8c39c4f65a7f3323c8c90eddb929ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
render(<CommunicationList />); | |
await waitForElementToBeRemoved(() => screen.queryByText("Loading...")); | |
expect( | |
screen.queryByText("Some Draft Communication") | |
).not.toBeInTheDocument(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment