From 43c12e523b8c75fcffacb5d114f85e398c711336 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Fri, 24 Jan 2025 18:52:17 -0600 Subject: [PATCH] Fix: Update expected hover text for 'line' fn --- e2e/playwright/editor-tests.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e2e/playwright/editor-tests.spec.ts b/e2e/playwright/editor-tests.spec.ts index ecc658aa5..14ce7011a 100644 --- a/e2e/playwright/editor-tests.spec.ts +++ b/e2e/playwright/editor-tests.spec.ts @@ -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 ({