Fix e2e tests (#11577)
This commit is contained in:
committed by
GitHub
parent
8b10059e1b
commit
6c2d64dcb2
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user