Skip to content

Commit c0931ee

Browse files
committed
Update snapshots.
1 parent 73d2b46 commit c0931ee

File tree

6 files changed

+503
-545
lines changed

6 files changed

+503
-545
lines changed

labtool2.0/src/tests/__snapshots__/BrowseReviews.test.js.snap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ exports[`<BrowseReviews /> BrowseReviews Component should render correctly 1`] =
1313
active={false}
1414
/>
1515
<div>
16+
<Connect(BackButton)
17+
preset="coursePage"
18+
/>
1619
<Link
1720
replace={false}
21+
style={
22+
Object {
23+
"textAlign": "center",
24+
}
25+
}
1826
to="/labtool/courses/TKT20010.2018.K.A.1"
1927
>
2028
<h2>

labtool2.0/src/tests/__snapshots__/CoursePage.test.js.snap

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,13 @@ exports[`<CoursePage /> as student CoursePage Component should render correctly
305305
`;
306306

307307
exports[`<CoursePage /> as teacher CoursePage Component should render correctly 1`] = `
308-
<div>
308+
<div
309+
style={
310+
Object {
311+
"overflow": "auto",
312+
}
313+
}
314+
>
309315
<div
310316
className="TeachersTopView"
311317
style={
@@ -315,12 +321,8 @@ exports[`<CoursePage /> as teacher CoursePage Component should render correctly
315321
}
316322
}
317323
>
318-
<div
319-
className="ui grid"
320-
>
321-
<div
322-
className="sixteen wide column"
323-
>
324+
<div>
325+
<div>
324326
<h2 />
325327
</div>
326328
<p />
@@ -451,6 +453,8 @@ exports[`<CoursePage /> as teacher CoursePage Component should render correctly
451453
<Table
452454
as="table"
453455
celled={true}
456+
compact={true}
457+
unstackable={true}
454458
>
455459
<TableHeader
456460
as="thead"

labtool2.0/src/tests/__snapshots__/CreateChecklist.test.js.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ exports[`<CreateChecklist /> component should render correctly 1`] = `
44
<div
55
className="CreateChecklist"
66
>
7+
<Connect(BackButton)
8+
preset="modifyCIPage"
9+
/>
710
<Header>
811
Aineopintojen harjoitustyö: Tietorakenteet ja algoritmit
912
</Header>

0 commit comments

Comments
 (0)