Skip to content

Commit

Permalink
Remoces Lensta
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Feb 15, 2024
1 parent fe87adb commit 4d6f247
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion e2e/mobile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test.describe("Given a mobile browser", async () => {
test("Then it should show in order mobile and web apps options", async ({ textPost }) => {
await textPost.open();

await expect(textPost.options).toHaveText(["Buttrfly", "Orb", "Hey", "Lensta", "Soclly"]);
await expect(textPost.options).toHaveText(["Buttrfly", "Orb", "Hey", "Soclly"]);
});
});
});
2 changes: 0 additions & 2 deletions e2e/profiles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ test.describe("Given a Profile link", async () => {
"Buttrfly",
"Hey",
"LensFrens",
"Lensta",
"Orna",
"Riff",
"Soclly",
Expand Down Expand Up @@ -152,7 +151,6 @@ test.describe("Given a Profile link with `by` attribution param", async () => {
"Hey",
"Buttrfly",
"LensFrens",
"Lensta",
"Orna",
"Riff",
"Soclly",
Expand Down
2 changes: 1 addition & 1 deletion e2e/publications.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test.describe("Given a Publication link", async () => {
test("Then it should show relevant app options", async ({ imagePost }) => {
await imagePost.open();

await expect(imagePost.options).toHaveText(["Buttrfly", "Hey", "Lensta", "Orna", "Soclly"]);
await expect(imagePost.options).toHaveText(["Buttrfly", "Hey", "Orna", "Soclly"]);
});
});
});
Expand Down
21 changes: 0 additions & 21 deletions manifests/lensta.json

This file was deleted.

0 comments on commit 4d6f247

Please sign in to comment.