Skip to content

Commit a98a852

Browse files
authored
fix: update FAQ article title (#1566)
1 parent 7b7e842 commit a98a852

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

packages/e2e-tests/src/data/EducationalArticles.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,15 @@ export const faqArticles: Record<string, Record<string, string>> = {
3535
question: 'how-is-the-conway-ledger-era-also-called-governance-era-supported-by-lace',
3636
title: 'How is the Conway Ledger era (also called governance era) supported by Lace?'
3737
},
38-
'What type of governance features are supported in Lace using the GovTool in the current SanchoNet test environment?':
39-
{
40-
question: 'what-type-of-governance-features-are-supported-in-lace-using-the-govtool-in-the-current',
41-
title:
42-
'What type of governance features are supported in Lace using the GovTool in the current SanchoNet test environment?'
43-
},
38+
'What type of governance features are supported in Lace using the GovTool?': {
39+
question: 'what-type-of-governance-features-are-supported-in-lace-using-the-govtool-in-the-current',
40+
title: 'What type of governance features are supported in Lace using the GovTool?'
41+
},
4442
'What type of governance actions are supported by Lace?': {
4543
question: 'what-type-of-governance-actions-are-supported-by-lace',
4644
title: 'What type of governance actions are supported by Lace?'
4745
},
48-
'Best practices for using the copy to clipboard and paste from clipboard recovery phrase features': {
46+
'Best practices for using the "copy to clipboard" and "paste from clipboard" recovery phrase features': {
4947
question: 'best-practices-for-using-the-copy-to-clipboard-paste-from-clipboard-recovery-phrase-features',
5048
title: 'Best practices for using the “copy to clipboard” and “paste from clipboard” recovery phrase features'
5149
}

packages/e2e-tests/src/features/TokensPageExtended.part1.feature

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ Feature: LW: Tokens tab - extended view
6262
When I click on a widget item with subtitle: "<subtitle>"
6363
Then I see a "<type>" article with title "<subtitle>"
6464
Examples:
65-
| type | subtitle |
66-
| Glossary | What is a digital asset? |
67-
| FAQ | How do I send and receive funds? |
68-
| Video | Secure self-custody with Lace |
69-
| Video | Connecting to DApps with Lace |
70-
| FAQ | How is the Conway Ledger era (also called governance era) supported by Lace? |
71-
| FAQ | What type of governance features are supported in Lace using the GovTool in the current SanchoNet test environment? |
72-
| FAQ | What type of governance actions are supported by Lace? |
65+
| type | subtitle |
66+
| Glossary | What is a digital asset? |
67+
| FAQ | How do I send and receive funds? |
68+
| Video | Secure self-custody with Lace |
69+
| Video | Connecting to DApps with Lace |
70+
| FAQ | How is the Conway Ledger era (also called governance era) supported by Lace? |
71+
| FAQ | What type of governance features are supported in Lace using the GovTool? |
72+
| FAQ | What type of governance actions are supported by Lace? |

packages/e2e-tests/src/steps/transactionsSteps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ When(/^I click on a transaction: (\d)$/, async (rowNumber: number) => {
5555
});
5656

5757
When(/^I click on a transaction hash and save hash information$/, async () => {
58+
await TransactionDetailsPage.transactionDetailsHash.waitForStable();
5859
testContext.save('txHashValue', await TransactionDetailsPage.transactionDetailsHash.getText());
5960
await TransactionDetailsPage.transactionDetailsHash.click();
6061
});

packages/translation/src/lib/translations/browser-extension-wallet/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
"educationalBanners.subtitle.conwayEra": "How is the Conway Ledger era (also called governance era) supported by Lace?",
619619
"educationalBanners.subtitle.enterNFTGallery": "Enter the NFT gallery with Lace",
620620
"educationalBanners.subtitle.governanceActions": "What type of governance actions are supported by Lace?",
621-
"educationalBanners.subtitle.governanceFeatures": "What type of governance features are supported in Lace using the GovTool in the current SanchoNet test environment?",
621+
"educationalBanners.subtitle.governanceFeatures": "What type of governance features are supported in Lace using the GovTool?",
622622
"educationalBanners.subtitle.howManyPools": "How many stake pools can I delegate stake to, using the multi-staking or multi-delegation feature?",
623623
"educationalBanners.subtitle.howToSendReceiveFunds": "How do I send and receive funds?",
624624
"educationalBanners.subtitle.ledgerSupport": "Do Ledger hardware wallets support multi-staking?",

0 commit comments

Comments
 (0)