diff --git a/e2e/mobile.spec.ts b/e2e/mobile.spec.ts index 1ad48c6..7e56d1d 100644 --- a/e2e/mobile.spec.ts +++ b/e2e/mobile.spec.ts @@ -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"]); }); }); }); diff --git a/e2e/profiles.spec.ts b/e2e/profiles.spec.ts index cb853c2..f1ef506 100644 --- a/e2e/profiles.spec.ts +++ b/e2e/profiles.spec.ts @@ -13,7 +13,6 @@ test.describe("Given a Profile link", async () => { "Buttrfly", "Hey", "LensFrens", - "Lensta", "Orna", "Riff", "Soclly", @@ -152,7 +151,6 @@ test.describe("Given a Profile link with `by` attribution param", async () => { "Hey", "Buttrfly", "LensFrens", - "Lensta", "Orna", "Riff", "Soclly", diff --git a/e2e/publications.spec.ts b/e2e/publications.spec.ts index 8442558..e0fbf7a 100644 --- a/e2e/publications.spec.ts +++ b/e2e/publications.spec.ts @@ -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"]); }); }); }); diff --git a/manifests/lensta.json b/manifests/lensta.json deleted file mode 100644 index cc15fdc..0000000 --- a/manifests/lensta.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "appId": "lensta", - "name": "Lensta", - "description": "Explore & engage with visual content on Lens", - "platform": "web", - "icon": { - "url": "https://ipfs.filebase.io/ipfs/QmeT6Ekrb7xxUUZ6steARbujszzz7rN1LUKNfhXdZvp3Ma", - "background": "#000" - }, - "routes": { - "home": "https://app.lensta.xyz/", - "profile": { - "url": "https://app.lensta.xyz/profile/:handle" - }, - "publication": { - "url": "https://app.lensta.xyz/post/:id", - "supports": ["ARTICLE", "IMAGE", "LINK", "TEXT_ONLY"] - } - }, - "twitter": "lenstaxyz" -} \ No newline at end of file