Skip to content

Commit 3f804ce

Browse files
committed
Fixed test for V1 task collection
1 parent b79d8d1 commit 3f804ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v1/collect_core_tasks.setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ test('Collect core tasks', async ({ page }) => {
1717

1818
await test.step('Start task collection', async () => {
1919
await page.getByLabel('Package', { exact: true }).fill('fractal-tasks-core');
20+
await page.getByRole('textbox', { name: 'Package Version' }).fill('0.14.3');
2021

2122
const collectBtn = page.getByRole('button', { name: /^Collect$/ });
2223
await collectBtn.click();

0 commit comments

Comments
 (0)