Fix e2e test failing by masking state indicator (#4064)
* Fix e2e test failing by masking state indicator * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest) * Confirm snapshot change * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * Confirm snapshot change --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		@ -455,6 +455,7 @@ test(
 | 
			
		||||
    await page.mouse.move(startXPx + PUR * 20, 500 - PUR * 10)
 | 
			
		||||
    await expect(page).toHaveScreenshot({
 | 
			
		||||
      maxDiffPixels: 100,
 | 
			
		||||
      mask: [page.getByTestId('model-state-indicator')],
 | 
			
		||||
    })
 | 
			
		||||
 | 
			
		||||
    await page.mouse.click(startXPx + PUR * 20, 500 - PUR * 10)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user