Skip to content

Commit 8635af5

Browse files
committed
Update snapshots
1 parent e7fb6ab commit 8635af5

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

__tests__/__snapshots__/storyshots.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13620,7 +13620,7 @@ exports[`Storyshots Components/SelectIteration Active 1`] = `
1362013620
onClick={[Function]}
1362113621
>
1362213622
<button
13623-
className="button m-2 btn btn-success"
13623+
className="button m-2 btn btn-outline-danger"
1362413624
disabled={false}
1362513625
type="button"
1362613626
>
@@ -13638,7 +13638,7 @@ exports[`Storyshots Components/SelectIteration Active 1`] = `
1363813638
onClick={[Function]}
1363913639
>
1364013640
<button
13641-
className="button m-2 btn btn-info"
13641+
className="button active m-2 btn active btn-outline-warning"
1364213642
disabled={false}
1364313643
type="button"
1364413644
>
@@ -13656,7 +13656,7 @@ exports[`Storyshots Components/SelectIteration Active 1`] = `
1365613656
onClick={[Function]}
1365713657
>
1365813658
<button
13659-
className="button m-2 btn btn-success"
13659+
className="button m-2 btn btn-outline-warning"
1366013660
disabled={false}
1366113661
type="button"
1366213662
>

__tests__/pages/review/__snapshots__/[lesson].test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ exports[`Lesson Page Should render new submissions 1`] = `
651651
data-testid="iteration 0"
652652
>
653653
<button
654-
class="button m-2 btn btn-success"
654+
class="button m-2 btn btn-outline-danger"
655655
type="button"
656656
>
657657
1
@@ -667,7 +667,7 @@ exports[`Lesson Page Should render new submissions 1`] = `
667667
data-testid="iteration 1"
668668
>
669669
<button
670-
class="button m-2 btn btn-success"
670+
class="button m-2 btn btn-outline-warning"
671671
type="button"
672672
>
673673
2
@@ -683,7 +683,7 @@ exports[`Lesson Page Should render new submissions 1`] = `
683683
data-testid="iteration 2"
684684
>
685685
<button
686-
class="button m-2 btn btn-info"
686+
class="button active m-2 btn active btn-outline-warning"
687687
type="button"
688688
>
689689
3

components/__snapshots__/ChallengeMaterial.test.js.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exports[`Curriculum challenge page Should be able to select another challenge 1`
9595
data-testid="iteration 0"
9696
>
9797
<button
98-
class="button m-2 btn btn-success"
98+
class="button m-2 btn btn-outline-danger"
9999
type="button"
100100
>
101101
1
@@ -111,7 +111,7 @@ exports[`Curriculum challenge page Should be able to select another challenge 1`
111111
data-testid="iteration 1"
112112
>
113113
<button
114-
class="button m-2 btn btn-success"
114+
class="button m-2 btn btn-outline-warning"
115115
type="button"
116116
>
117117
2
@@ -127,7 +127,7 @@ exports[`Curriculum challenge page Should be able to select another challenge 1`
127127
data-testid="iteration 2"
128128
>
129129
<button
130-
class="button m-2 btn btn-info"
130+
class="button active m-2 btn active btn-outline-warning"
131131
type="button"
132132
>
133133
3
@@ -7463,7 +7463,7 @@ exports[`Curriculum challenge page Should select previous iterations 1`] = `
74637463
data-testid="iteration 0"
74647464
>
74657465
<button
7466-
class="button m-2 btn btn-success"
7466+
class="button m-2 btn btn-outline-danger"
74677467
type="button"
74687468
>
74697469
1
@@ -7479,7 +7479,7 @@ exports[`Curriculum challenge page Should select previous iterations 1`] = `
74797479
data-testid="iteration 1"
74807480
>
74817481
<button
7482-
class="button m-2 btn btn-info"
7482+
class="button active m-2 btn active btn-outline-warning"
74837483
type="button"
74847484
>
74857485
2
@@ -7495,7 +7495,7 @@ exports[`Curriculum challenge page Should select previous iterations 1`] = `
74957495
data-testid="iteration 2"
74967496
>
74977497
<button
7498-
class="button m-2 btn btn-success"
7498+
class="button m-2 btn btn-outline-warning"
74997499
type="button"
75007500
>
75017501
3

components/__snapshots__/ReviewCard.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ exports[`ReviewCard Component Should be able to select previous submissions 1`]
581581
data-testid="iteration 0"
582582
>
583583
<button
584-
class="button m-2 btn btn-info"
584+
class="button active m-2 btn active btn-outline-danger"
585585
type="button"
586586
>
587587
1
@@ -597,7 +597,7 @@ exports[`ReviewCard Component Should be able to select previous submissions 1`]
597597
data-testid="iteration 1"
598598
>
599599
<button
600-
class="button m-2 btn btn-success"
600+
class="button m-2 btn btn-outline-warning"
601601
type="button"
602602
>
603603
2
@@ -613,7 +613,7 @@ exports[`ReviewCard Component Should be able to select previous submissions 1`]
613613
data-testid="iteration 2"
614614
>
615615
<button
616-
class="button m-2 btn btn-success"
616+
class="button m-2 btn btn-outline-warning"
617617
type="button"
618618
>
619619
3

components/__snapshots__/SelectIteration.test.js.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ exports[`SelectIteration component Should be able to select submissions 1`] = `
5454
data-testid="iteration 0"
5555
>
5656
<button
57-
class="button m-2 btn btn-success"
57+
class="button m-2 btn btn-outline-danger"
5858
type="button"
5959
>
6060
1
@@ -70,7 +70,7 @@ exports[`SelectIteration component Should be able to select submissions 1`] = `
7070
data-testid="iteration 1"
7171
>
7272
<button
73-
class="button m-2 btn btn-info"
73+
class="button active m-2 btn active btn-outline-warning"
7474
type="button"
7575
>
7676
2
@@ -86,7 +86,7 @@ exports[`SelectIteration component Should be able to select submissions 1`] = `
8686
data-testid="iteration 2"
8787
>
8888
<button
89-
class="button m-2 btn btn-success"
89+
class="button m-2 btn btn-outline-warning"
9090
type="button"
9191
>
9292
3
@@ -123,7 +123,7 @@ exports[`SelectIteration component Should treat negative index as last iteration
123123
data-testid="iteration 0"
124124
>
125125
<button
126-
class="button m-2 btn btn-success"
126+
class="button m-2 btn btn-outline-danger"
127127
type="button"
128128
>
129129
1
@@ -139,7 +139,7 @@ exports[`SelectIteration component Should treat negative index as last iteration
139139
data-testid="iteration 1"
140140
>
141141
<button
142-
class="button m-2 btn btn-info"
142+
class="button active m-2 btn active btn-outline-warning"
143143
type="button"
144144
>
145145
2
@@ -155,7 +155,7 @@ exports[`SelectIteration component Should treat negative index as last iteration
155155
data-testid="iteration 2"
156156
>
157157
<button
158-
class="button m-2 btn btn-success"
158+
class="button m-2 btn btn-outline-warning"
159159
type="button"
160160
>
161161
3

0 commit comments

Comments
 (0)