Skip to content

Commit 5953e44

Browse files
committed
Change Given to And
1 parent c35ff75 commit 5953e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/features/drbx_blender.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Feature: DRB1 blends with DRB3, DRB4, DRB5
33
Scenario Outline: DRB1 blends
44

55
Given a subject has <DRB1_SLUG> DRB1 SLUG
6-
Given a subject has <DRB3> DRB3 allele
6+
And a subject has <DRB3> DRB3 allele
77
And a subject has <DRB4> DRB4 allele
88
And a subject has <DRB5> DRB5 allele
99
When I blend the DRBX alleles with DRB1 allele
@@ -24,7 +24,7 @@ Feature: DRB1 blends with DRB3, DRB4, DRB5
2424
Scenario Outline: DRB1 doesn't blend
2525

2626
Given a subject has <DRB1_SLUG> DRB1 SLUG
27-
Given a subject has <DRB3> DRB3 allele
27+
And a subject has <DRB3> DRB3 allele
2828
And a subject has <DRB4> DRB4 allele
2929
And a subject has <DRB5> DRB5 allele
3030
When I blend the DRBX alleles with DRB1 allele, it shouldn't blend

0 commit comments

Comments
 (0)