mirror of
https://github.com/codex-storage/codex-marketplace-ui.git
synced 2025-02-24 13:48:14 +00:00
Update e2e test
This commit is contained in:
parent
8d1b91e81c
commit
06b8a34348
@ -30,7 +30,7 @@ test('select a uploaded cid when creating a storage request', async ({ page }) =
|
||||
await page.getByRole('link', { name: 'Purchases' }).click();
|
||||
await page.getByRole('button', { name: 'Storage Request' }).click();
|
||||
await page.getByPlaceholder('Select or type your CID').click();
|
||||
await page.getByText('N/A0').click();
|
||||
await page.locator('.dropdown-option').nth(1).click();
|
||||
await expect(page.getByText('button[disabled]')).not.toBeVisible();
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user