Skip to content

Commit

Permalink
test: revert flaky change
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Dec 5, 2024
1 parent 1d08606 commit c3d2529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const ValidatorRow = ({
</Title>
<SubTitle>{subtitle}</SubTitle>
</InfoContainer>
<SideInfo data-testid="modal-provider-side-info">{sideInfo}</SideInfo>
<SideInfo>{sideInfo}</SideInfo>
{input}
</Row>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class delegateModal extends Modal {

@step("Select provider on row $0")
async selectProvider(row: number) {
this.sideInfoProvider.nth(row - 1).click();
this.rowProvider.nth(row - 1).click();
await this.verifyContinueEnabled();
}

Expand Down

0 comments on commit c3d2529

Please sign in to comment.