make less ambigious

This commit is contained in:
Matthias Mair 2024-04-18 08:00:00 +02:00
parent 5272355ee7
commit 5c92c216c0
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

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();
});