Skip to content

Commit

Permalink
fix: errors after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Jan 23, 2025
1 parent cf34578 commit 62a5b80
Show file tree
Hide file tree
Showing 6 changed files with 4,717 additions and 11,211 deletions.
4 changes: 4 additions & 0 deletions packages/webdriverio/src/commands/browser/react$.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import fs from 'node:fs/promises'
import url from 'node:url'

import { resolve } from 'import-meta-resolve'
import type { ElementReference } from '@testplane/protocols'

import { getElement } from '../../utils/getElementObject.js'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'node:fs'
import { getBrowserObject } from '@wdio/utils'
import { getBrowserObject } from '@testplane/utils'

import { getContextManager } from '../../session/context.js'
import { getAbsoluteFilepath, assertDirectoryExists } from '../../utils/index.js'
Expand Down
72 changes: 0 additions & 72 deletions packages/webdriverio/src/node/saveScreenshot.ts

This file was deleted.

Loading

0 comments on commit 62a5b80

Please sign in to comment.