fix(content-releases): fix e2e test (#20094)

This commit is contained in:
Simone 2024-04-11 17:10:52 +02:00 committed by GitHub
parent 40e16fbbc6
commit 463b44b975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,8 +136,6 @@ describeOnCondition(edition === 'EE')('Releases page', () => {
await test.step('releases should be updated in the release column of list view', async () => {
const releaseColumn = page.getByRole('button', { name: '2 releases' });
expect(releaseColumn).toHaveCount(2);
await releaseColumn.first().click();
await expect(page.getByText('The Diamond Dogs')).toBeVisible();
await expect(page.getByText('Trent Crimm: The Independent')).toBeVisible();