mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45: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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user