We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4556e commit 891e918Copy full SHA for 891e918
tests/govtool-frontend/playwright/lib/pages/budgetDiscussionSubmissionPage.ts
@@ -391,10 +391,10 @@ export default class BudgetDiscussionSubmissionPage {
391
await this.usaToAdaCnversionRateInput.fill(
392
costing.usdToAdaConversionRate.toString()
393
);
394
- await this.costBreakdownInput.fill(costing.costBreakdown);
395
await this.preferredCurrencyInput.fill(
396
costing.AmountInPreferredCurrency.toString()
397
+ await this.costBreakdownInput.fill(costing.costBreakdown);
398
}
399
400
async fillupCostingForm(costing: BudgetCostingProps) {
0 commit comments