2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-10 09:00:57 +00:00

Small style fixes (#7117)

* small style fixes

* fix typescript:S1854

* remove unused function handleCellClick

* disable cov
This commit is contained in:
Matthias Mair
2024-04-29 00:19:05 +02:00
committed by GitHub
parent b711291beb
commit d728b11655
29 changed files with 40 additions and 92 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { expect, test } from './baseFixtures.js';
import { baseUrl, loginUrl, logoutUrl, user } from './defaults.js';
import { baseUrl, user } from './defaults.js';
import { doLogin, doQuickLogin } from './login.js';
test('PUI - Basic Login Test', async ({ page }) => {