Skip to content

Commit

Permalink
#527 Remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollitod committed Apr 27, 2022
1 parent c3ce266 commit 67e1070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('Projekt Management', () => {
assertDropdownContent('billing', 'Fertig');
});

it.only('should display user comments and can add new ones', () => {
it('should display user comments and can add new ones', () => {
cy.fixture('project-management/projectmanagemententries.json').then(jsonData => {
cy.intercept('http://localhost:8080/management/projectmanagemententries/**/**?all=false', jsonData);
}).as('getProjectmanagemententries');
Expand Down

0 comments on commit 67e1070

Please sign in to comment.