File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
packages/e2e-tests/src/elements/newTransaction Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 35
35
RUN : ${{ github.run_number }}
36
36
DISPLAY : ' :99.0'
37
37
NODE_OPTIONS : --max-old-space-size=16384
38
+ BRANCH : ${{ github.ref_name }}
38
39
39
40
jobs :
40
41
tests :
77
78
working-directory : ' ./packages/e2e-tests/reports/allure/results'
78
79
run : |
79
80
echo "
81
+ branch=${BRANCH}
80
82
env=${NETWORK}
81
83
browser=${BROWSER}
82
84
tags=${TAGS}
Original file line number Diff line number Diff line change 33
33
BROWSER : ${{ github.event.inputs.browser || 'edge' }}
34
34
NETWORK : ${{ github.event.inputs.network || 'preprod' }}
35
35
RUN : ${{ github.run_number }}
36
+ BRANCH : ${{ github.ref_name }}
36
37
37
38
jobs :
38
39
build-extension-linux :
@@ -123,6 +124,7 @@ jobs:
123
124
working-directory : ./packages/e2e-tests/reports/allure/results
124
125
run : |
125
126
echo "
127
+ branch=${BRANCH}
126
128
env=${NETWORK}
127
129
browser=${BROWSER}
128
130
tags=${TAGS}
Original file line number Diff line number Diff line change 13
13
BROWSER : ' chrome'
14
14
RUN : ${{ github.run_number }}
15
15
DISPLAY : ' :99.0'
16
+ BRANCH : ${{ github.ref_name }}
16
17
17
18
jobs :
18
19
smokeTests :
52
53
working-directory : ./packages/e2e-tests/reports/allure/results
53
54
run : |
54
55
echo "
56
+ branch=${BRANCH}
55
57
browser=${BROWSER}
56
58
tags=${TAGS}
57
59
platform=Linux
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class TransactionSummaryPage extends CommonDrawerElements {
7
7
private BUNDLE_ROW_TITLE = '//span[@data-testid="bundle-summary-title"]' ;
8
8
private RECIPIENT_ADDRESS_LABEL = '//p[@data-testid="output-summary-recipient-title-label"]' ;
9
9
private RECIPIENT_ADDRESS_VALUE = '//span[@data-testid="output-summary-recipient-address"]' ;
10
- private SENDING_TITLE = '//p [@data-testid="output-summary-sending-title-label"]' ;
10
+ private SENDING_TITLE = '//span [@data-testid="output-summary-sending-title-label"]' ;
11
11
private ASSET_INFO_CONTAINER = '//div[@data-testid="asset-info"]' ;
12
12
private ASSET_INFO_VALUE = '//span[@data-testid="asset-info-amount"]' ;
13
13
private ASSET_INFO_FIAT = '//span[@data-testid="asset-info-amount-fiat"]' ;
You can’t perform that action at this time.
0 commit comments