Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit eb73f4a

Browse files
committed
fix: click on import button
1 parent 36fed07 commit eb73f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONSTANTS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
EXTENSION_FOLDER: "extensions",
33
REQUESTLY_FIREFOX_EXTENSION: "requestly_extension.xpi",
44
REQUESTLY_CHROMIUM_EXTENSION: "requestly_extension.crx",
5-
IMPORT_LIST_BUTTON_CLASS: "button.btn-icon.btn-3.btn.btn-primary",
5+
IMPORT_LIST_BUTTON_CLASS: "button.ant-btn.ant-btn-primary",
66
BROWSERS: {
77
FIREFOX: "firefox",
88
CHROME: "chrome",

0 commit comments

Comments
 (0)