Skip to content

Commit

Permalink
chore: cleanup based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bkirb committed Oct 21, 2024
1 parent 22c14d5 commit 2f85d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/pages/Ramps/BuildQuoteView.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class BuildQuoteView {
}

get cancelButton() {
return Matchers.getElementByText(BuildQuoteSelectors.CANCEL_BUTTON);
return Matchers.getElementByText(BuildQuoteSelectors.CANCEL_BUTTON_TEXT);
}

async tapCancelButton() {
Expand Down
2 changes: 1 addition & 1 deletion e2e/selectors/Ramps/BuildQuote.selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import enContent from '../../../locales/languages/en.json';
export const BuildQuoteSelectors = {
AMOUNT_TO_BUY_LABEL: enContent.fiat_on_ramp_aggregator.amount_to_buy,
GET_QUOTES_BUTTON: enContent.fiat_on_ramp_aggregator.get_quotes,
CANCEL_BUTTON: enContent.navigation.cancel,
CANCEL_BUTTON_TEXT: enContent.navigation.cancel,
};

0 comments on commit 2f85d6b

Please sign in to comment.