Skip to content

Commit

Permalink
Add an integration test for a lite live page
Browse files Browse the repository at this point in the history
  • Loading branch information
karinathomasbbc committed Jan 31, 2025
1 parent 03b46f1 commit 8855a39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ws-nextjs-app/integration/pages/live/gahuzaLiteSite/lite.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* @service gahuza
* @pathname /gahuza/live/c2dl5y6dgrzt
*/

import { runLiteSiteTests } from '../../../../../src/integration/common';

describe('Lite Site', () => {
describe(pageType, () => {
runLiteSiteTests();
});
});

0 comments on commit 8855a39

Please sign in to comment.