We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7836f0 commit d0cdb27Copy full SHA for d0cdb27
src/support/steps/general.ts
@@ -20,7 +20,7 @@ import { compareReference, isTagPresent, getScenarioTag, batchUpdateVRTestUrl, o
20
import type { Section } from "../../../utils/types";
21
import { Page } from '@playwright/test';
22
import {
23
- deactivatePlugin, installRemotePlugin, installLocalPlugin, activatePlugin,
+ deactivatePlugin, installRemotePlugin
24
} from "../../../utils/commands";
25
import backstop from 'backstopjs';
26
0 commit comments