Skip to content

Commit

Permalink
Removed a .only in front end test
Browse files Browse the repository at this point in the history
  • Loading branch information
JmScherer committed Jan 10, 2024
1 parent 5f807a6 commit c07790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/components/RosalutionHeader.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ afterAll(() => {
});

describe('RosalutionHeaderComponent.vue', () => {
it.only('should display application title by default', () => {
it('should display application title by default', () => {
const wrapper = getMountedComponent();
console.log(wrapper.html());
const headerTextLink = wrapper.find('[data-test="header-title-text"]');
Expand Down

0 comments on commit c07790d

Please sign in to comment.