Fix e2e tests (#11577)

This commit is contained in:
Baptiste Devessier
2025-04-15 12:16:38 +02:00
committed by GitHub
parent 8b10059e1b
commit 6c2d64dcb2
2 changed files with 4 additions and 5 deletions

View File

@ -28,7 +28,7 @@ test('Create workflow', async ({ page }) => {
createWorkflowButton.click(),
]);
const recordName = page.getByTestId('top-bar-title').getByTestId('tooltip');
const recordName = page.getByTestId('top-bar-title').getByText('Untitled');
await recordName.click();
const nameInput = page.getByTestId('top-bar-title').getByRole('textbox');