Skip to content

Commit f1333a8

Browse files
authored
test(testing): fix o3r-testing unit tests (#3130)
## Proposed change Unit tests broken by #3127 The PR passed due to an issue with `.nxignore` containing the template files ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * 🐛 Fix #issue --> <!-- * 🐛 Fix resolves #issue --> <!-- * 🚀 Feature #issue --> <!-- * 🚀 Feature resolves #issue --> <!-- * :octocat: Pull Request #issue -->
2 parents 9dc145d + e21c2f3 commit f1333a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@o3r/testing/schematics/playwright/sanity/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('Playwright Sanity', () => {
4646
});
4747

4848
it('should have the default template', () => {
49-
expect(tree.readContent('/e2e-playwright/sanity/test-playwright-sanity.e2e.ts')).toContain('test.describe.serial');
49+
expect(tree.readContent('/e2e-playwright/sanity/test-playwright-sanity.e2e.ts')).toContain('test.describe');
5050
expect(tree.readContent('/e2e-playwright/sanity/test-playwright-sanity.e2e.ts')).toContain('test(');
5151
});
5252
});

0 commit comments

Comments
 (0)