Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 17, 2024
1 parent 4616296 commit 19c57ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playwright-tests/tests/blog.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ test("should load a blog page and its blogs for a given community handle", async
const blogCards = await page.$$(blogCardSelector);

expect(blogCards.length).toBeGreaterThan(0);
});
});
2 changes: 1 addition & 1 deletion playwright-tests/tests/create.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ test.describe("Admin is connected", () => {
);
expect(protectedToken).toBeTruthy();
});
});
});

0 comments on commit 19c57ec

Please sign in to comment.