Skip to content

Commit

Permalink
test: rmv Outgoing check since conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
evvvritt committed Aug 31, 2023
1 parent b5f7cd4 commit 3977657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/e2e-tests/top-up-create-stream.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 3977657

Please sign in to comment.