2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-14 04:20:46 +00:00

make less ambigious

This commit is contained in:
Matthias Mair
2024-04-18 08:00:00 +02:00
parent 5272355ee7
commit 5c92c216c0
+1 -1
View File
@@ -150,5 +150,5 @@ test('PUI - Pages - Part - Pricing (Purchase)', async ({ page }) => {
await page
.getByRole('button', { name: 'Purchase Order Not sorted' })
.waitFor();
await page.getByText(' 2022-04-29').waitFor();
await page.getByText('2022-04-29').waitFor();
});