Skip to content

Commit

Permalink
fix: remove xpath property
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Jan 6, 2025
1 parent 3f12e64 commit c0c16d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/intellij/intellijAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function initIntellijVariables(context: models.ProcessorContext): intellij.Intel
$random: new intellij.IntellijRandom(),
$env: process.env,
Window: new intellij.IntellijWindow(),
xpath:
};
if (context.request) {
if (context.httpRegion.response) {
Expand Down

0 comments on commit c0c16d9

Please sign in to comment.