Skip to content

Commit

Permalink
chore(test): "should select the future release version by default"
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Berezin <berezinant@gmail.com>
  • Loading branch information
zoobestik and berezinant committed Aug 23, 2024
1 parent 58530d5 commit 96f0d75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/min-version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ test.describe('Minimum compiler version', () => {
await prepareNetwork(page, baseURL); // offline mode
});

test('with future release', async ({ page }) => {
test('should select the future release version by default', async ({
page,
}) => {
await gotoHtmlWidget(
page,
{ selector: 'code' },
Expand Down

0 comments on commit 96f0d75

Please sign in to comment.