Update text-to-cad success toast to tell what file got made (#6882)
Closes #5820 and provides a bit of other polish to make this toast look a bit better.
This commit is contained in:
		@ -905,7 +905,7 @@ test.describe('Mocked Text-to-CAD API tests', { tag: ['@skipWin'] }, () => {
 | 
			
		||||
      await page.keyboard.press('Enter')
 | 
			
		||||
 | 
			
		||||
      // Go into the project that was created from Text to CAD
 | 
			
		||||
      await page.getByText(projectName).click()
 | 
			
		||||
      await homePage.openProject(projectName)
 | 
			
		||||
 | 
			
		||||
      await expect(page.getByTestId('app-header-project-name')).toBeVisible()
 | 
			
		||||
      await expect(page.getByTestId('app-header-project-name')).toContainText(
 | 
			
		||||
@ -951,7 +951,7 @@ test.describe('Mocked Text-to-CAD API tests', { tag: ['@skipWin'] }, () => {
 | 
			
		||||
      await page.keyboard.press('Enter')
 | 
			
		||||
 | 
			
		||||
      // Go into the project that was created from Text to CAD
 | 
			
		||||
      await page.getByText(projectName).click()
 | 
			
		||||
      await homePage.openProject(projectName)
 | 
			
		||||
 | 
			
		||||
      await page.getByRole('button', { name: 'Accept' }).click()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user