···151151 timeout: 10000,
152152 });
153153 await expect(view.locator(".missing-post-indicator")).toContainText(
154154- "Post unavailable",
154154+ "Blocked",
155155 );
156156 // The chain is severed at the blocked post so grandparent is not reachable
157157 await expect(view).not.toContainText("Grandparent post");
···254254 });
255255 // Blocked post shown as unavailable
256256 await expect(view.locator(".missing-post-indicator")).toContainText(
257257- "Post unavailable",
257257+ "Blocked",
258258 );
259259 // Root is not reachable past the blocked post
260260 await expect(view).not.toContainText("Root of the conversation");
+1-3
tests/e2e/specs/views/home.view.test.js
···910910 );
911911 });
912912913913- test("a blocked post shows a Post unavailable placeholder", async ({
914914- page,
915915- }) => {
913913+ test("a blocked post shows a Blocked placeholder", async ({ page }) => {
916914 const mockServer = new MockServer();
917915 const normalPost = createPost({
918916 uri: "at://did:plc:author1/app.bsky.feed.post/normal1",