sillsdev / web-languageforge

Language Forge: Online Collaborative Dictionary Building on the Web and Phone.
https://languageforge.org
MIT License
44 stars 29 forks source link

debt: 2 failing Firefox playwright E2E tests after npm packages #1801

Closed megahirt closed 2 months ago

megahirt commented 2 months ago

Curiously, after updating our npm dependencies there are two Firefox playwright E2E tests that consistently fail:

2 failed [firefox] › editor/editor.entries.spec.ts:207:7 › Editor entries › Create new word, modify new word, autosaves changes, new word visible in editor and list [firefox] › editor/editor.pictures.spec.ts:53:7 › Editor pictures › Showing and hiding captions 17 passed (3.1m)

rmunn commented 2 months ago

Looks like this might be either a Playwright bug or a Firefox bug, as someone else is experiencing the same issue: https://www.github.com/microsoft/playwright/issues/29614