Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Dec 3, 2024
1 parent 04fe23f commit d99362f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playwright-tests/tests/community/discussions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ test.describe("Wallet is connected", () => {
storageState: "playwright-tests/storage-states/wallet-connected-peter.json",
});

test("should create a discussion when content matches", async ({ page }) => {
// test uses an older transaction hash which doesn't return in RPC (so skipping for now, ticket #998)
test.skip("should create a discussion when content matches", async ({
page,
}) => {
await page.goto(
"/devhub.near/widget/app?page=community&handle=webassemblymusic&tab=discussions"
);
Expand Down

0 comments on commit d99362f

Please sign in to comment.