Fix: Update expected hover text for 'line' fn

This commit is contained in:
Adam Chalmers
2025-01-24 18:52:17 -06:00
committed by Nick Cameron
parent b74216378d
commit 43c12e523b

View File

@ -358,7 +358,9 @@ test.describe('Editor tests', () => {
// Hover over the line function
await page.getByText('line').first().hover()
await expect(page.locator('.hover-tooltip')).toBeVisible()
await expect(page.getByText('Draw a line')).toBeVisible()
await expect(
page.getByText('Extend the current sketch with a new straight line.')
).toBeVisible()
})
test('if you use the format keyboard binding it formats your code', async ({