2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 05:00:58 +00:00

Fix spelling of InvenTree in code base (#8561)

* fix spelling of InvenTree in code

* fix spelling in frontend
This commit is contained in:
Matthias Mair
2024-11-25 22:29:47 +01:00
committed by GitHub
parent 0fa7ed2742
commit 0f194af585
18 changed files with 24 additions and 24 deletions

View File

@ -8,7 +8,7 @@ test('Modals as admin', async ({ page }) => {
await page.getByLabel('open-spotlight').click();
await page
.getByRole('button', {
name: 'Server Information About this Inventree instance'
name: 'Server Information About this InvenTree instance'
})
.click();
await page.getByRole('cell', { name: 'Instance Name' }).waitFor();

View File

@ -49,7 +49,7 @@ test('Quick Command - No Keys', async ({ page }) => {
await page.getByLabel('open-spotlight').click();
await page
.getByRole('button', {
name: 'Server Information About this Inventree instance'
name: 'Server Information About this InvenTree instance'
})
.click();
await page.getByRole('cell', { name: 'Instance Name' }).waitFor();