Remove stale Linux snapshots that differ only in casing (#2098)

* Remove stale linux snapshots

* Update test names to be different in more than just casing to boot

* Just delete all the engine scale snapshots for now so only the correct ones get committed

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)

* Rerun CI

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Frank Noirot
2024-04-12 15:26:18 -04:00
committed by GitHub
parent e2d24edfee
commit 0b5802a0d2
17 changed files with 2 additions and 2 deletions

View File

@ -458,7 +458,7 @@ test('Draft segments should look right', async ({ page, context }) => {
}) })
test.describe('Client side scene scale should match engine scale', () => { test.describe('Client side scene scale should match engine scale', () => {
test('Inch', async ({ page }) => { test('Inch scale', async ({ page }) => {
const u = getUtils(page) const u = getUtils(page)
await page.setViewportSize({ width: 1200, height: 500 }) await page.setViewportSize({ width: 1200, height: 500 })
const PUR = 400 / 37.5 //pixeltoUnitRatio const PUR = 400 / 37.5 //pixeltoUnitRatio
@ -541,7 +541,7 @@ test.describe('Client side scene scale should match engine scale', () => {
}) })
}) })
test('Millimeters', async ({ page }) => { test('Millimeter scale', async ({ page }) => {
await page.addInitScript( await page.addInitScript(
async ({ settingsKey, settings }) => { async ({ settingsKey, settings }) => {
localStorage.setItem(settingsKey, settings) localStorage.setItem(settingsKey, settings)