Tag types (#7458)
* Replace tag type with tagIdent and tagDecl Signed-off-by: Nick Cameron <nrc@ncameron.org> * Replace tagIdent with TaggedEdge and TaggedFace Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -170,7 +170,7 @@ test(
 | 
			
		||||
      // error text on hover
 | 
			
		||||
      await page.hover('.cm-lint-marker-error')
 | 
			
		||||
      const crypticErrorText =
 | 
			
		||||
        'tag requires a value with type `tag`, but found a value with type `string`.'
 | 
			
		||||
        'tag requires a value with type `TagDecl`, but found a value with type `string`.'
 | 
			
		||||
      await expect(page.getByText(crypticErrorText).first()).toBeVisible()
 | 
			
		||||
 | 
			
		||||
      // black pixel means the scene has been cleared.
 | 
			
		||||
@ -369,7 +369,7 @@ test(
 | 
			
		||||
      // error text on hover
 | 
			
		||||
      await page.hover('.cm-lint-marker-error')
 | 
			
		||||
      const crypticErrorText =
 | 
			
		||||
        'tag requires a value with type `tag`, but found a value with type `string`.'
 | 
			
		||||
        'tag requires a value with type `TagDecl`, but found a value with type `string`.'
 | 
			
		||||
      await expect(page.getByText(crypticErrorText).first()).toBeVisible()
 | 
			
		||||
 | 
			
		||||
      // black pixel means the scene has been cleared.
 | 
			
		||||
@ -408,7 +408,7 @@ test(
 | 
			
		||||
    // error text on hover
 | 
			
		||||
    await page.hover('.cm-lint-marker-error')
 | 
			
		||||
    const crypticErrorText =
 | 
			
		||||
      'tag requires a value with type `tag`, but found a value with type `string`.'
 | 
			
		||||
      'tag requires a value with type `TagDecl`, but found a value with type `string`.'
 | 
			
		||||
    await expect(page.getByText(crypticErrorText).first()).toBeVisible()
 | 
			
		||||
  }
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user