mirror of
https://github.com/wassname/talk.git
synced 2026-08-01 13:00:55 +08:00
[CORL-218] In Stream Approve and Reject (#2340)
* feat: instream moderation * fix: tests * test: add tests for in stream moderation * fix: lint * fix: snapshots
This commit is contained in:
@@ -72,7 +72,7 @@ it("logs out", async () => {
|
||||
userMenu.props.onClick();
|
||||
|
||||
const signOutButton = await waitForElement(() =>
|
||||
within(testRenderer.root).getByText("Sign Out")
|
||||
within(testRenderer.root).getByText("Sign Out", { selector: "button" })
|
||||
);
|
||||
signOutButton.props.onClick();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user