fix: session storage retrieval for url messes with the url history #5321
Annotations
6 errors and 1 warning
src/features/dashboards/url-state/explore-web-view-store.spec.ts > ExploreWebViewStore > Explore <=> tdd:
web-common/src/features/dashboards/url-state/explore-web-view-store.spec.ts#L291
AssertionError: expected 'http://localhost/explore/AdBids_explo…' to deeply equal 'http://localhost/explore/AdBids_explo…'
Expected: "http://localhost/explore/AdBids_explore?tr=P7D&compare_tr=rill-PP&grain=day&f=publisher+IN+%28%27Google%27%29&measures=impressions&dims=publisher&sort_by=bid_price&sort_type=percent&sort_dir=ASC"
Received: "http://localhost/explore/AdBids_explore"
❯ src/features/dashboards/url-state/explore-web-view-store.spec.ts:291:40
|
src/features/dashboards/url-state/explore-web-view-store.spec.ts > ExploreWebViewStore > dimension table <=> tdd:
web-common/src/features/dashboards/url-state/explore-web-view-store.spec.ts#L291
AssertionError: expected 'http://localhost/explore/AdBids_explo…' to deeply equal 'http://localhost/explore/AdBids_explo…'
Expected: "http://localhost/explore/AdBids_explore?tr=P7D&compare_tr=rill-PP&grain=day&f=publisher+IN+%28%27Google%27%29&measures=impressions&dims=publisher&expand_dim=publisher&sort_by=bid_price&sort_type=percent&sort_dir=ASC"
Received: "http://localhost/explore/AdBids_explore"
❯ src/features/dashboards/url-state/explore-web-view-store.spec.ts:291:40
|
src/features/dashboards/url-state/explore-web-view-store.spec.ts > ExploreWebViewStore > Explore <=> Pivot:
web-common/src/features/dashboards/url-state/explore-web-view-store.spec.ts#L291
AssertionError: expected 'http://localhost/explore/AdBids_explo…' to deeply equal 'http://localhost/explore/AdBids_explo…'
Expected: "http://localhost/explore/AdBids_explore?tr=P7D&compare_tr=rill-PP&grain=day&f=publisher+IN+%28%27Google%27%29&measures=impressions&dims=publisher&sort_by=bid_price&sort_type=percent&sort_dir=ASC"
Received: "http://localhost/explore/AdBids_explore"
❯ src/features/dashboards/url-state/explore-web-view-store.spec.ts:291:40
|
src/features/dashboards/url-state/explore-web-view-store.spec.ts > ExploreWebViewStore > dimension table <=> Pivot:
web-common/src/features/dashboards/url-state/explore-web-view-store.spec.ts#L291
AssertionError: expected 'http://localhost/explore/AdBids_explo…' to deeply equal 'http://localhost/explore/AdBids_explo…'
Expected: "http://localhost/explore/AdBids_explore?tr=P7D&compare_tr=rill-PP&grain=day&f=publisher+IN+%28%27Google%27%29&measures=impressions&dims=publisher&expand_dim=publisher&sort_by=bid_price&sort_type=percent&sort_dir=ASC"
Received: "http://localhost/explore/AdBids_explore"
❯ src/features/dashboards/url-state/explore-web-view-store.spec.ts:291:40
|
src/features/dashboards/url-state/explore-web-view-store.spec.ts > ExploreWebViewStore > tdd <=> Pivot:
web-common/src/features/dashboards/url-state/explore-web-view-store.spec.ts#L291
AssertionError: expected 'http://localhost/explore/AdBids_explo…' to deeply equal 'http://localhost/explore/AdBids_explo…'
Expected: "http://localhost/explore/AdBids_explore?view=tdd&tr=P7D&compare_tr=rill-PP&grain=day&f=publisher+IN+%28%27Google%27%29&measure=impressions&chart_type=stacked_bar"
Received: "http://localhost/explore/AdBids_explore"
❯ src/features/dashboards/url-state/explore-web-view-store.spec.ts:291:40
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|