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