decide.nolog.cz/tests/helpers/switch-tab.js
2018-12-31 10:17:03 +01:00

5 lines
118 B
JavaScript

import { click } from '@ember/test-helpers';
export default function(tab) {
return click(`.nav-tabs .${tab} a`);
}