Skip to content

Commit 8c37100

Browse files
author
DavertMik
committed
remove not used test
1 parent fddbcb1 commit 8c37100

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/unit/steps_test.js

-5
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ describe('Steps', () => {
100100
})
101101
})
102102

103-
it('#isWithin should return true if it Within step', () => {
104-
const metaStep = new MetaStep('Within', 'clickByName')
105-
expect(metaStep.isWithin()).to.be.true
106-
})
107-
108103
describe('#toString', () => {
109104
;['Given', 'When', 'Then', 'And'].forEach(key => {
110105
it(`[${key}] should correct print BDD step`, () => {

0 commit comments

Comments
 (0)