From 3977657a0ae12d4ca09f24090ac3e16c713a7d5b Mon Sep 17 00:00:00 2001 From: evvvritt Date: Thu, 31 Aug 2023 17:21:47 +0200 Subject: [PATCH] test: rmv Outgoing check since conditional --- src/e2e-tests/top-up-create-stream.e2e.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/e2e-tests/top-up-create-stream.e2e.test.ts b/src/e2e-tests/top-up-create-stream.e2e.test.ts index 3253fa991..2b7c8cdb1 100644 --- a/src/e2e-tests/top-up-create-stream.e2e.test.ts +++ b/src/e2e-tests/top-up-create-stream.e2e.test.ts @@ -168,7 +168,6 @@ describe('app', async () => { it('displays the original users outgoing stream on their profile', async () => { await page.goto('http://127.0.0.1:3000/app/0x433220a86126eFe2b8C98a723E73eBAd2D0CbaDc'); - await expect(page.locator('text=↑ Outgoing')).toHaveCount(1); await expect(page.locator('text=E2E Test Stream')).toHaveCount(1); });