Skip to content

Commit 891e918

Browse files
committed
fix: costing rejection test by focusing to display error message
1 parent bb4556e commit 891e918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/govtool-frontend/playwright/lib/pages/budgetDiscussionSubmissionPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,10 @@ export default class BudgetDiscussionSubmissionPage {
391391
await this.usaToAdaCnversionRateInput.fill(
392392
costing.usdToAdaConversionRate.toString()
393393
);
394-
await this.costBreakdownInput.fill(costing.costBreakdown);
395394
await this.preferredCurrencyInput.fill(
396395
costing.AmountInPreferredCurrency.toString()
397396
);
397+
await this.costBreakdownInput.fill(costing.costBreakdown);
398398
}
399399

400400
async fillupCostingForm(costing: BudgetCostingProps) {

0 commit comments

Comments
 (0)