@rich-automation/lotto 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ exports.SELECTORS = {
10
10
  PURCHASE_TYPE_RANDOM_BTN: 'a[href="#divWay2Buy1"]#num2',
11
11
  PURCHASE_AMOUNT_SELECT: 'select#amoundApply',
12
12
  PURCHASE_AMOUNT_CONFIRM_BTN: 'input[value="확인"]#btnSelectNum',
13
- PURCHASE_BTN: 'input[value="구매하기"]#btnBuy',
13
+ PURCHASE_BTN: 'button#btnBuy',
14
14
  PURCHASE_CONFIRM_BTN: 'input[value="확인"][onclick="javascript:closepopupLayerConfirm(true);"]',
15
15
  PURCHASE_NUMBER_LIST: '#reportRow .nums'
16
16
  };
@@ -7,7 +7,7 @@ export const SELECTORS = {
7
7
  PURCHASE_TYPE_RANDOM_BTN: 'a[href="#divWay2Buy1"]#num2',
8
8
  PURCHASE_AMOUNT_SELECT: 'select#amoundApply',
9
9
  PURCHASE_AMOUNT_CONFIRM_BTN: 'input[value="확인"]#btnSelectNum',
10
- PURCHASE_BTN: 'input[value="구매하기"]#btnBuy',
10
+ PURCHASE_BTN: 'button#btnBuy',
11
11
  PURCHASE_CONFIRM_BTN: 'input[value="확인"][onclick="javascript:closepopupLayerConfirm(true);"]',
12
12
  PURCHASE_NUMBER_LIST: '#reportRow .nums'
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rich-automation/lotto",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Lotto module",
5
5
  "publishConfig": {
6
6
  "access": "public",