Skip to content

Commit

Permalink
ci: remove unit tests for unused tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hissingpanda committed Jul 14, 2021
1 parent a98582b commit fe1c42d
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 437 deletions.
4 changes: 2 additions & 2 deletions tests/integration/controllers/DisputeToolsControllerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ describe('DisputeToolsController', () => {
it('should return the tool page when using a slug', async () => {
const byId = await testGetPage(url, user);
const bySlug = await testGetPage(slugUrl, user);
expect(byId.text).include('href="/11111111-1111-3333-1111-111111111111/start?option=A"');
expect(bySlug.text).include('href="/11111111-1111-3333-1111-111111111111/start?option=A"');
expect(byId.text).include('href="/11111111-1111-1111-1111-111111111111/start?option=A"');
expect(bySlug.text).include('href="/11111111-1111-1111-1111-111111111111/start?option=A"');
});
});

Expand Down
Loading

0 comments on commit fe1c42d

Please sign in to comment.