Actions
Bug #26031
closedreact test failure - initExpanded={false}
Difficulty:
Triaged:
Yes
Description
FAIL webpack/scenes/Subscriptions/Details/__tests__/SubscriptionDetailProductContent.test.js ● subscription detail product content page › renders correctly expect(value).toMatchSnapshot() Received value does not match stored snapshot "subscription detail product content page renders correctly 1". - Snapshot + Received @@ -1,11 +1,10 @@ <div className="list-group list-view-pf list-view-pf-view" > <div className="list-group-item" - initExpanded={false} > <div className="list-group-item-header" onClick={[Function]} > at Object.<anonymous> (webpack/scenes/Subscriptions/Details/__tests__/SubscriptionDetailProductContent.test.js:28:35) › 1 snapshot failed. PASS webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js (5.313s)
Actions