Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
teodosii committed Jun 20, 2024
1 parent cfede7c commit b5f4dd5
Showing 1 changed file with 1 addition and 3 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

0 comments on commit b5f4dd5

Please sign in to comment.