decide.nolog.cz/tests/helpers/switch-tab.js

6 lines
118 B
JavaScript
Raw Normal View History

2018-12-29 20:35:04 +01:00
import { click } from '@ember/test-helpers';
2018-12-29 20:35:04 +01:00
export default function(tab) {
return click(`.nav-tabs .${tab} a`);
}