Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
Comment suggested that we could move some of the functions from `AssetsHelper`
to `TransactionsHelper`. After thinking it through, I think it makes sense to
leave the functions where they are, especially that they're used not only during
filling of the Transaction form but also during filling of the Swap form.
  • Loading branch information
michalinacienciala committed Jul 24, 2023
1 parent bf682cc commit 1a75c5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e-tests/utils/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ export default class AssetsHelper {
).not.toBeVisible()
}

// TODO: Move it to transactionsHelper once #3418 gets merged to `main`.
async assertAssetsNotPresentOnAssetsList(
tokens: Array<unknown>
): Promise<void> {
Expand All @@ -385,7 +384,6 @@ export default class AssetsHelper {
)
}

// TODO: Move it to transactionsHelper once #3418 gets merged to `main`.
async assertAssetsPresentOnAssetsList(tokens: Array<unknown>): Promise<void> {
await expect(this.popup.getByTestId("assets_list")).toHaveCount(1)
await Promise.all(
Expand All @@ -397,7 +395,6 @@ export default class AssetsHelper {
)
}

// TODO: Move it to transactionsHelper once #3418 gets merged to `main`.
/**
* Function closing the Select token popup
*/
Expand Down

0 comments on commit 1a75c5d

Please sign in to comment.