Skip to content

Commit

Permalink
Fix mobile test
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Feb 15, 2024
1 parent a69aab3 commit 4830fcc
Showing 1 changed file with 1 addition and 1 deletion.
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", "Soclly"]);
await expect(textPost.options).toHaveText(["Buttrfly", "Hey", "orb", "Soclly"]);
});
});
});

0 comments on commit 4830fcc

Please sign in to comment.