mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-12 23:23:32 +00:00
chore(frontend): resolution bump (#11465)
* chore(frontend): resolution bump * bump nyc * bump vite-plugin-istanbul * bump @codecov/vite-plugin * bump @lingui * fix typing * fix tests * make more robust * fix @codemirror * fix another switch * add more "give" to test * ifnore demo dataset * fix assert * revert test change --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
@@ -37,10 +37,7 @@ test('Permissions - Admin', async ({ browser }) => {
|
||||
await page.getByRole('button', { name: 'Submit' }).click();
|
||||
await page.getByText("['This password is too short").waitFor();
|
||||
await page
|
||||
.locator('label')
|
||||
.filter({ hasText: 'Override warning' })
|
||||
.locator('div')
|
||||
.first()
|
||||
.getByRole('switch', { name: 'boolean-field-override_warning' })
|
||||
.click();
|
||||
await page.getByRole('button', { name: 'Submit' }).click();
|
||||
await page.getByText('Password updated').click();
|
||||
|
||||
Reference in New Issue
Block a user