2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Bump django and adjacent deps (#7174)

* bump django and adjacent deps

* adjust test to bot be so specific
This commit is contained in:
Matthias Mair
2024-05-07 15:57:00 +02:00
committed by GitHub
parent 289af4e924
commit f51a5d799c
3 changed files with 546 additions and 592 deletions

View File

@ -26,12 +26,14 @@ test('PUI - Modals as admin', async ({ page }) => {
await page.getByText('License Information').first().waitFor();
await page.getByRole('tab', { name: 'backend Packages' }).click();
await page.getByRole('button', { name: 'Babel BSD License' }).click();
await page.getByText('Copyright (c) 2013-2023 by').waitFor();
await page
.getByText('by the Babel Team, see AUTHORS for more information')
.waitFor();
await page.getByRole('tab', { name: 'frontend Packages' }).click();
await page.getByRole('button', { name: '@sentry/utils MIT' }).click();
await page
.getByLabel('@sentry/utilsMIT7.109.0')
.getByLabel('@sentry/utilsMIT')
.getByText('Copyright (c) 2019 Sentry (')
.waitFor();