2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-24 15:50:54 +00:00

[PUI] fix a few sonarcloud warnings ()

* fix a few code issues

* fix common sonarcloud issues

* more small fixes
This commit is contained in:
Matthias Mair
2024-09-17 06:16:29 +02:00
committed by GitHub
parent 45aab46db3
commit 7c937fa283
53 changed files with 211 additions and 229 deletions

@ -1,4 +1,4 @@
import test, { Page, expect, request } from 'playwright/test';
import test, { expect } from 'playwright/test';
import { baseUrl } from './defaults.js';
import { doQuickLogin } from './login.js';