Skip to content

Commit

Permalink
marking test as slow
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 authored Dec 11, 2023
1 parent 4a94563 commit a32d716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gene-resources.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { test, expect } from '@playwright/test';

test.describe('specific viewport block', () => {
test.slow();
test.use({ viewport: { width: 1600, height: 1200 } });

test('has title', async ({ page }) => {
Expand All @@ -15,6 +16,7 @@ test.describe('specific viewport block', () => {
});

test('AMP-PD explorer link to go to gene', async ({ page }) => {
test.slow();
await page.goto('/genes/ENSG00000178209/resources');

// wait for page to load (i.e. spinner to disappear)
Expand Down

0 comments on commit a32d716

Please sign in to comment.