Fix double locator issue with text-to-cad test (#3816)

This commit is contained in:
Frank Noirot
2024-09-06 15:24:59 -04:00
committed by GitHub
parent 1d043899c8
commit 6ba4fa305c

View File

@ -534,7 +534,7 @@ test.describe('Text-to-CAD tests', () => {
// Ensure the final toast remains.
await expect(page.getByText(`a 2x10 lego`)).not.toBeVisible()
await expect(page.getByText(`a 2x8 lego`)).not.toBeVisible()
await expect(page.getByText(`Prompt: "a 2x8 lego`)).not.toBeVisible()
await expect(page.getByText(`a 2x4 lego`)).toBeVisible()
// Ensure you can copy the code for the final model.