Open svene opened 1 year ago
Currently there is no command in 'bal-tabs.commands.ts' to do the following:
With 'active' it is possible to use:
balTabItemShouldBeActive(boolean)
Cypress e2e testing
maybe: balTabItemShouldHaveState(state: string, active: boolean)
No response
None
Hi @svene I found a test command for the steps
Is that what you are looking for?
Summary
Currently there is no command in 'bal-tabs.commands.ts' to do the following:
With 'active' it is possible to use:
balTabItemShouldBeActive(boolean)
Use Case
Cypress e2e testing
Preferred Solution
maybe: balTabItemShouldHaveState(state: string, active: boolean)
Additional Information
No response
Will this feature introduce breaking changes?
None
Code of Conduct