Skip to content

Commit 8ebbf11

Browse files
Snooz82Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9041b67 commit 8ebbf11

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

website/docs/chapter-01/04_styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ While **Keyword-Driven Testing (KDT)** and **Behavior-Driven Development (BDD)**
1616

1717
Both styles can be mixed, even within the same test or task, but it is strongly recommended to have separate styles for separate purposes and not mix them within the same body.
1818
One practical solution would be to define acceptance test cases that cover users' expectations in a declarative *Behavior-Driven Style*, while using keywords that are implemented in an imperative *Keyword-Driven style*.
19-
Further system level :term[test cases](Test Case), that are not covering acceptance criteria could be written in a *Keyword-Driven style*.
19+
Further system level :term[test cases]{term="Test Case"}, that are not covering acceptance criteria could be written in a *Keyword-Driven style*.
2020

2121
The approach of both styles is different in that way,
2222
that the *Behavior-Driven Style* is a **declarative** specification,

website/src/components/Glossary/GlossaryTable.module.css

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939
table-layout: fixed;
4040
}
4141

42-
.termCol {
43-
width: 28%;
44-
}
45-
46-
.definitionCol {
47-
width: 72%;
48-
}
4942

5043
th,
5144
td {
@@ -91,11 +84,7 @@ tbody tr {
9184
width: 100%;
9285
}
9386

94-
.emptyState {
95-
text-align: center;
96-
padding: 1rem;
97-
color: var(--ifm-color-emphasis-700);
98-
}
87+
9988

10089
.definitionText > :first-child {
10190
margin-top: 0;

0 commit comments

Comments
 (0)