Skip to content

Commit

Permalink
Merge branch 'development' into bugfix/providers-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
supproduction committed Jul 31, 2024
2 parents 960774b + 7724cf1 commit 9ca7add
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/storefront-e2e/src/support/test-data/search-products.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const sortingTestData = {
default: ['cable-hdmi-1-1', 'cable-vga-1-1', '216_123', '217_123', '215_123'],
rating: ['216_123', '217_123', '215_123', 'cable-hdmi-1-1', 'cable-vga-1-1'],
rating: ['216_123', '217_123', 'cable-hdmi-1-1', 'cable-vga-1-1', '215_123'],
name_asc: [
'217_123',
'215_123',
Expand Down Expand Up @@ -32,8 +32,8 @@ export const sortingTestData = {
popularity: [
'cable-vga-1-1',
'cable-hdmi-1-1',
'215_123',
'216_123',
'217_123',
'215_123',
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Size } from '@oryx-frontend/utilities';
*/
const fetchUrl = `https://res.cloudinary.com/${
(<any>import.meta).env?.ORYX_CLOUDINARY_ID
}/image/fetch/`;
}/image/fetch`;

/**
* Simple product image convertor that takes the large product image and assigns it to different image formats.
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

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

0 comments on commit 9ca7add

Please sign in to comment.