Skip to content

Commit

Permalink
remove not used test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jan 4, 2025
1 parent fddbcb1 commit 8c37100
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit/steps_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ describe('Steps', () => {
})
})

it('#isWithin should return true if it Within step', () => {
const metaStep = new MetaStep('Within', 'clickByName')
expect(metaStep.isWithin()).to.be.true
})

describe('#toString', () => {
;['Given', 'When', 'Then', 'And'].forEach(key => {
it(`[${key}] should correct print BDD step`, () => {
Expand Down

0 comments on commit 8c37100

Please sign in to comment.