Skip to content

Commit

Permalink
fix: releases matching two fields
Browse files Browse the repository at this point in the history
  • Loading branch information
remidej committed May 24, 2024
1 parent be360c3 commit 370c6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests/content-releases/releases-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describeOnCondition(edition === 'EE')('Releases page', () => {

await page
.getByRole('combobox', {
name: 'Time',
name: /^time$/i,
})
.click();

Expand Down

0 comments on commit 370c6b1

Please sign in to comment.