We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79d8d1 commit 3f804ceCopy full SHA for 3f804ce
tests/v1/collect_core_tasks.setup.js
@@ -17,6 +17,7 @@ test('Collect core tasks', async ({ page }) => {
17
18
await test.step('Start task collection', async () => {
19
await page.getByLabel('Package', { exact: true }).fill('fractal-tasks-core');
20
+ await page.getByRole('textbox', { name: 'Package Version' }).fill('0.14.3');
21
22
const collectBtn = page.getByRole('button', { name: /^Collect$/ });
23
await collectBtn.click();
0 commit comments