Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Reminder to remove flag from flask test  #269

@Lykhoyda

Description

@Lykhoyda

Describe the bug
The test "should not add network" is skipped in the Flask version due to the error in the latest metamask update (v10.24.0). The bug is reported to the metamask team. We need to remove the check to skip the test in the flask once it will be fixed in the future version.

To Reproduce
Steps to reproduce the behavior:
Run tests with flask v10.24.x and remove the flag in "should not add network"

if (this.browser.isMetaMaskFlask()) {
      this.skip();
    }

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2023-02-02 at 14 57 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions