Turn on Billing UI in releases (#6788)
* Turn on Billing UI in releases * Update most snapshots but one, and new masks
This commit is contained in:
		@ -31,8 +31,9 @@ export const headerMasks = (page: Page) => [
 | 
			
		||||
  page.locator('#sidebar-bottom-ribbon'),
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
export const networkingMasks = (page: Page) => [
 | 
			
		||||
export const lowerRightMasks = (page: Page) => [
 | 
			
		||||
  page.getByTestId('network-toggle'),
 | 
			
		||||
  page.getByTestId('billing-remaining-bar'),
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
export type TestColor = [number, number, number]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user