Skip to content

Commit

Permalink
Update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamion committed Sep 21, 2018
1 parent 73d2b46 commit c0931ee
Show file tree
Hide file tree
Showing 6 changed files with 503 additions and 545 deletions.
8 changes: 8 additions & 0 deletions labtool2.0/src/tests/__snapshots__/BrowseReviews.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ exports[`<BrowseReviews /> BrowseReviews Component should render correctly 1`] =
active={false}
/>
<div>
<Connect(BackButton)
preset="coursePage"
/>
<Link
replace={false}
style={
Object {
"textAlign": "center",
}
}
to="/labtool/courses/TKT20010.2018.K.A.1"
>
<h2>
Expand Down
18 changes: 11 additions & 7 deletions labtool2.0/src/tests/__snapshots__/CoursePage.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,13 @@ exports[`<CoursePage /> as student CoursePage Component should render correctly
`;

exports[`<CoursePage /> as teacher CoursePage Component should render correctly 1`] = `
<div>
<div
style={
Object {
"overflow": "auto",
}
}
>
<div
className="TeachersTopView"
style={
Expand All @@ -315,12 +321,8 @@ exports[`<CoursePage /> as teacher CoursePage Component should render correctly
}
}
>
<div
className="ui grid"
>
<div
className="sixteen wide column"
>
<div>
<div>
<h2 />
</div>
<p />
Expand Down Expand Up @@ -451,6 +453,8 @@ exports[`<CoursePage /> as teacher CoursePage Component should render correctly
<Table
as="table"
celled={true}
compact={true}
unstackable={true}
>
<TableHeader
as="thead"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ exports[`<CreateChecklist /> component should render correctly 1`] = `
<div
className="CreateChecklist"
>
<Connect(BackButton)
preset="modifyCIPage"
/>
<Header>
Aineopintojen harjoitustyö: Tietorakenteet ja algoritmit
</Header>
Expand Down
Loading

0 comments on commit c0931ee

Please sign in to comment.