Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Oct 6, 2023
1 parent b9660f7 commit 1135e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions e2e/profiles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ test.describe("Given a Profile link", async () => {
"Hey",
"LensFrens",
"Lensta",
"Tape",
"Riff",
"Soclly",
"Tape"
]);
});
});
Expand Down Expand Up @@ -90,9 +90,9 @@ test.describe("Given a Profile link with `by` attribution param", async () => {
"Collectz",
"LensFrens",
"Lensta",
"Tape",
"Riff",
"Soclly",
"Tape",
]);
});
});
Expand Down
6 changes: 3 additions & 3 deletions e2e/publications.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ test.describe("Given a Video Publication link", async () => {
"Buttrfly",
"Collectz",
"Hey",
"Tape",
"Soclly",
"Tape",
]);
});
});
Expand All @@ -132,14 +132,14 @@ test.describe("Given a Video Publication link", async () => {
test.describe("Given a Publication link with `by` attribution param", async () => {
test.describe("When opening it", async () => {
test("Then it should show the specified app first", async ({ videoPost }) => {
await videoPost.openAsSharedBy("tape");
await videoPost.openAsSharedBy("Tape");

await expect(videoPost.options).toHaveText([
"Tape",
"Buttrfly",
"Collectz",
"Hey",
"Soclly",
"Tape",
]);
});
});
Expand Down

0 comments on commit 1135e9b

Please sign in to comment.