@@ -16,8 +16,8 @@ const formErrors = {
1616 abstract : "abstract-helper-error" ,
1717 motivation : "motivation-helper-error" ,
1818 rationale : "rationale-helper-error" ,
19- receivingAddress : "receiving-address-text-error" ,
20- amount : "amount-text-error" ,
19+ receivingAddress : "receiving-address-0- text-error" ,
20+ amount : "amount-0- text-error" ,
2121 link : "link-0-url-input-error" ,
2222} ;
2323
@@ -39,6 +39,9 @@ export default class ProposalSubmissionPage {
3939
4040 readonly continueBtn = this . page . getByTestId ( "continue-button" ) ;
4141 readonly addLinkBtn = this . page . getByTestId ( "add-link-button" ) ;
42+ readonly addWithdrawalAddressBtn = this . page . getByTestId (
43+ "add-withdrawal-link-button"
44+ ) ;
4245 readonly infoBtn = this . page . getByTestId ( "info-button" ) ;
4346 readonly treasuryBtn = this . page . getByTestId ( "treasury-button" ) ;
4447 readonly editSubmissionButton = this . page . getByTestId (
@@ -61,9 +64,9 @@ export default class ProposalSubmissionPage {
6164 readonly motivationInput = this . page . getByTestId ( "motivation-input" ) ;
6265 readonly rationaleInput = this . page . getByTestId ( "rationale-input" ) ;
6366 readonly receivingAddressInput = this . page . getByTestId (
64- "receiving-address-input"
67+ "receiving-address-0-text- input"
6568 ) ;
66- readonly amountInput = this . page . getByTestId ( "amount-input" ) ;
69+ readonly amountInput = this . page . getByTestId ( "amount-0-text- input" ) ;
6770 readonly closeDraftSuccessModalBtn = this . page . getByTestId ( "close-button" ) ;
6871
6972 constructor ( private readonly page : Page ) { }
0 commit comments