Skip to content

Commit

Permalink
test: update e2e test with new copy & behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed Oct 2, 2023
1 parent 0757ba0 commit 268e8a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/e2e-tests/top-up-create-stream.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,11 @@ describe('app', async () => {
});

it('expands the squeezing section', async () => {
await page.locator('label:has-text("Include funds streamed in current cycle")').click();
await page.locator('label:has-text("Include unsettled stream earnings")').click();

await page
.locator(`data-testid=item-383620263794848526656662033323214000554911775452`)
.click();
await expect(
page.locator(`data-testid=item-383620263794848526656662033323214000554911775452`),
).toHaveAttribute('aria-selected', 'true');

await page.locator('button', { hasText: 'Collect TEST' }).click();
});
Expand Down

0 comments on commit 268e8a5

Please sign in to comment.