Skip to content

Commit

Permalink
Merge pull request #153 from datacamp/pa/acceptance-tests-2
Browse files Browse the repository at this point in the history
[COMM-5651] fix(acceptance tests)
  • Loading branch information
Pety99 authored Jan 31, 2024
2 parents 414f789 + 4561b4d commit 3a58126
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 75 deletions.
18 changes: 0 additions & 18 deletions acceptance_tests/examples/api-signedin.spec.ts

This file was deleted.

15 changes: 0 additions & 15 deletions acceptance_tests/examples/api.spec.ts

This file was deleted.

25 changes: 0 additions & 25 deletions acceptance_tests/examples/frontend-signedin.spec.ts

This file was deleted.

16 changes: 0 additions & 16 deletions acceptance_tests/examples/frontend.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion acceptance_tests/specs/health.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import test, { expect } from '@playwright/test';

test('API is healthy', async ({ playwright }) => {
const healthy = await checkApiHealth(
getInternalServiceUrl('rdocumentaion'),
getInternalServiceUrl('rdocumentation'),
playwright,
{
healthEndpoint: '/api/local_health',
Expand Down

0 comments on commit 3a58126

Please sign in to comment.