Skip to content

Commit

Permalink
chore: fix eslint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jun 7, 2024
1 parent 92df028 commit 2b815f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/specs/decap/decap-pages.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from '@playwright/test';

import { websiteUrl } from '../../helpers/url';
import { QuickActions, SiteLanguage } from '../../helpers/quick-actions';
import { websiteUrl } from '../../helpers/url';

test.describe('decap pages', () => {
test('example decap page is rendered', async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/drupal/content-hub.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from '@playwright/test';

import { websiteUrl } from '../../helpers/url';
import { QuickActions, SiteLanguage } from '../../helpers/quick-actions';
import { websiteUrl } from '../../helpers/url';

test.describe('content hub', () => {
test.beforeEach(async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/drupal/drupal-pages.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from '@playwright/test';

import { websiteUrl } from '../../helpers/url';
import { QuickActions, SiteLanguage } from '../../helpers/quick-actions';
import { websiteUrl } from '../../helpers/url';

test.describe('drupal pages', () => {
test('example drupal page is rendered', async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/drupal/homepage.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from '@playwright/test';

import { websiteUrl } from '../../helpers/url';
import { QuickActions, SiteLanguage } from '../../helpers/quick-actions';
import { websiteUrl } from '../../helpers/url';

test.describe('the homepage', () => {
test('exists in english', async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/drupal/menus.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from '@playwright/test';

import { websiteUrl } from '../../helpers/url';
import { QuickActions, SiteLanguage } from '../../helpers/quick-actions';
import { websiteUrl } from '../../helpers/url';

test.describe('menus', () => {
test('main navigation', async ({ page }) => {
Expand Down

0 comments on commit 2b815f7

Please sign in to comment.