Skip to content

Commit

Permalink
Merge branch 'master' into SFINT-5767
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord authored Nov 28, 2024
2 parents 7f073a3 + a3b8f8d commit 4201787
Show file tree
Hide file tree
Showing 31 changed files with 248 additions and 962 deletions.
280 changes: 0 additions & 280 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ test.describe('when modifying state of a component (search box) that is a child
await external.searchBox.press('Enter');
});

test("other components' state under the same atomic-external should be affected", async ({
external,
}) => {
await expect(external.querySummary).toHaveText(/hello/);
});
test.fixme(
"other components' state under the same atomic-external should be affected",
async ({external}) => {
await expect(external.querySummary).toHaveText(/hello/);
}
);

test.fixme(
"other components' state under the linked atomic-search-interface should be affected",
Expand Down
1 change: 1 addition & 0 deletions packages/headless-react/src/ssr-commerce/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from '@coveo/headless/ssr-commerce';
export {buildProviderWithDefinition} from './providers.js';
export type {ReactCommerceEngineDefinition} from './commerce-engine.js';
export {MissingEngineProviderError} from '../errors.js';
export {defineCommerceEngine} from './commerce-engine.js';
Loading

0 comments on commit 4201787

Please sign in to comment.