Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
teodosii committed Jun 20, 2024
1 parent cfede7c commit 7977095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions grafana-plugin/e2e-tests/schedules/addRotation.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import dayjs from 'dayjs';

import { test, expect, Locator } from '../fixtures';
import { clickButton, generateRandomValue } from '../utils/forms';
import { createOnCallSchedule, getOverrideFormDateInputs } from '../utils/schedule';
import { createOnCallSchedule } from '../utils/schedule';

test('Fills in Rotation time and reacts to timezone change', async ({ adminRolePage }) => {
const { page, userName } = adminRolePage;
Expand Down
2 changes: 1 addition & 1 deletion grafana-plugin/e2e-tests/utils/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const createOnCallSchedule = async (
page: Page,
scheduleName: string,
userName: string,
withRotation: boolean = true
withRotation = true
): Promise<void> => {
// go to the schedules page
await goToOnCallPage(page, 'schedules');
Expand Down

0 comments on commit 7977095

Please sign in to comment.