git prerelease tests update

This commit is contained in:
gatzjames 2023-03-31 20:21:12 +02:00
parent afff7b1da7
commit afcc5d300e
No known key found for this signature in database
GPG Key ID: 5A797EBED4F68D5A

View File

@ -36,7 +36,7 @@ test('Clone Repo with bad values', async ({ page }) => {
// Check a recent and old commit show up on history // Check a recent and old commit show up on history
await page.getByRole('cell', { name: 'bump to OpenAPI v3.1' }).click(); await page.getByRole('cell', { name: 'bump to OpenAPI v3.1' }).click();
await page.getByRole('cell', { name: 'initial commit' }).click(); await page.getByRole('cell', { name: 'Fix environments' }).click();
await page.locator('text=Done').click(); await page.locator('text=Done').click();
// Create a branch and try to push with bad Git token // Create a branch and try to push with bad Git token