decide.nolog.cz/tests/helpers/switch-tab.js
2023-10-15 20:37:03 +02:00

5 lines
119 B
JavaScript

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