Skip to content

Commit a2b95c1

Browse files
committed
👹
1 parent 21ff5f3 commit a2b95c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdks-tests/src/e2e-tests/hit-content-api.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ test.describe('Get Content', () => {
8080
expect(headers?.['x-builder-sdk-version']).toMatch(/\d+\.\d+\.\d+/); // Check for semver format
8181
});
8282

83-
test.only('should include componentsUsed by default when omit is empty string', async ({ page, sdk, packageName }) => {
83+
test('should include componentsUsed by default when omit is empty string', async ({ page, sdk, packageName }) => {
8484
test.skip(!excludeGen1(sdk));
8585
test.skip(packageName === 'gen1-next14-pages');
8686

0 commit comments

Comments
 (0)