Skip to content

Commit

Permalink
refactor: rename getCssSelectorFromSelector to getCssSelectorStringFr…
Browse files Browse the repository at this point in the history
…omSelector
  • Loading branch information
uid11 committed Aug 29, 2023
1 parent 25cdb3c commit cd509a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ export {writeFile} from './fs';
export {removeStyleFromString} from './generalLog';
export {getFullPackConfig as untypedGetFullPackConfig} from './getFullPackConfig';
export {getKeysCounter} from './getKeysCounter';
export {getLocatorFromSelector as getCssSelectorFromSelector, getLocatorProperty} from './locators';
export {
getLocatorFromSelector as getCssSelectorStringFromSelector,
getLocatorProperty,
} from './locators';
export {log} from './log';
export {parseMaybeEmptyValueAsJson} from './parseMaybeEmptyValueAsJson';
export {getPromiseWithResolveAndReject, getTimeoutPromise, waitForAllProperties} from './promise';
Expand Down

0 comments on commit cd509a8

Please sign in to comment.