Skip to content

Commit

Permalink
fix: #1468 rebase and update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed Jun 4, 2020
1 parent 9ca1b1c commit 85d2539
Showing 1 changed file with 1 addition and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,150 +168,6 @@ exports[`ClientAppDetail should not render loader when client.appDetail.data is
<div
data-test="client-app-detail-container"
>
<Component
appDetailData={
Object {
"key": "value",
}
}
desktopIntegrationTypes={Array []}
>
<div>
<div>
<Component>
<Component
header="Developer"
>
<div
data-test=""
>
<Component>
<h5
className="title is-5 "
id=""
>
Developer
</h5>
</Component>
TBC
</div>
</Component>
</Component>
<Component>
<Component
header="About Developer"
>
<div
data-test=""
>
<Component>
<h5
className="title is-5 "
id=""
>
About Developer
</h5>
</Component>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Magnam aliquid culpa saepe asperiores debitis illo dolorum dolore incidunt officiis praesentium, nemo similique veritatis exercitationem perferendis non mollitia animi laboriosam perspiciatis.
</p>
</div>
</Component>
</Component>
<Component
contact={
Object {
"developer": undefined,
"homePage": undefined,
"supportEmail": undefined,
"telephone": undefined,
}
}
>
<Component
hasGutter={true}
header="Contact Developer"
>
<div
data-test=""
>
<Component>
<h5
className="title is-5 "
id=""
>
Contact Developer
</h5>
</Component>
<Component
dataTest="btn-help"
onClick={[Function]}
type="button"
variant="primary"
>
<button
className="button is-primary "
data-test="btn-help"
disabled={false}
onClick={[Function]}
type="button"
>
NEED HELP?
</button>
</Component>
<Component
afterClose={[Function]}
footerItems={
<Unknown
dataTest="btn-close-modal"
disabled={false}
onClick={[Function]}
type="button"
variant="primary"
>
Close
</Unknown>
}
title="Contact Details"
visible={false}
/>
</div>
</Component>
</Component>
<div>
<div>
<Component>
<h5
className="title is-5 "
id=""
>
Category
</h5>
</Component>
<p>
None
</p>
</div>
</div>
<div>
<div>
<Component>
<h5
className="title is-5 "
id=""
>
Destop Integration
</h5>
</Component>
<p>
None
</p>
</div>
</div>
<div />
</div>
</div>
</Component>
<div>
<ClientAppHeader
appDetailData={
Expand All @@ -321,7 +177,7 @@ exports[`ClientAppDetail should not render loader when client.appDetail.data is
}
buttonGroup={
<React.Fragment>
</React.Fragment>
}
>
Expand Down

0 comments on commit 85d2539

Please sign in to comment.