Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/9348-analytics-display-accoun…
Browse files Browse the repository at this point in the history
…ts-pagination-fetch.
  • Loading branch information
aaemnnosttv committed Oct 9, 2024
2 parents 0831c54 + 064e1fb commit 4cf0791
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions assets/js/components/SelectionPanel/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export const Default = Template.bind( {} );
Default.storyName = 'Default';
Default.scenario = {
label: 'Components/SelectionPanel/Default',
// Delay to ensure the component focus is set consistently.
delay: 1500,
};

export const WithSavedItems = Template.bind( {} );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const reportOptions = [
endDate: '2020-09-07',
},
];
const currentEntityURL = 'https://www.example.com/example-page/';
const currentEntityURL = 'https://www.example.com/example-page-3/';
const reportOptionsWithEntity = reportOptions.map( ( options ) => {
return {
...options,
Expand Down Expand Up @@ -252,7 +252,6 @@ LoadedEntityURL.args = {
};
LoadedEntityURL.scenario = {
label: 'Modules/Analytics4/Widgets/DashboardOverallPageMetricsWidgetGA4/LoadedEntityURL',
delay: 1500, // Allow extra time for responsive text in mobile.
};

export const LoadingEntityURL = Template.bind( {} );
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cf0791

Please sign in to comment.