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:
Pierre Jacquier
2025-05-09 06:04:45 -07:00
committed by GitHub
parent 3481252082
commit 374d07b995
30 changed files with 50 additions and 56 deletions

View File

@ -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]