Skip to content

Instantly share code, notes, and snippets.

@nedgrady
Created November 18, 2024 18:17
Show Gist options
  • Save nedgrady/5f8c39c4f65a7f3323c8c90eddb929ee to your computer and use it in GitHub Desktop.
Save nedgrady/5f8c39c4f65a7f3323c8c90eddb929ee to your computer and use it in GitHub Desktop.
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