Sven Ehrke
Results
2
issues of
Sven Ehrke
Hi munificent, I put in support for the build tool 'gradle'. If you're interested pull in the gradle branch of my bantam fork. Afterwards you can simply call './gradlew build'....
### Summary Currently there is no command in 'bal-tabs.commands.ts' to do the following: - element.should('not.have.class', 'bal-tabs__steps__item--disabled'); - element.should('not.have.class', 'bal-tabs__steps__item--done'); With 'active' it is possible to use: balTabItemShouldBeActive(boolean) ### Use Case...
✨ feature
🧪 test