Skip to content

Commit

Permalink
test: Move portfolio connect out of quarantine
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Oct 24, 2024
1 parent e721d23 commit 7532b0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
import { SmokeCore } from '../../tags';
import { Regression } from '../../tags';
import TabBarComponent from '../../pages/TabBarComponent';
import { loginToApp } from '../../viewHelper';
import {
Expand All @@ -17,7 +17,7 @@ import PortfolioHomePage from '../../pages/Browser/PortfolioHomePage';
import Assertions from '../../utils/Assertions';
import ConnectModal from '../../pages/modals/ConnectModal';
const fixtureServer = new FixtureServer();
describe(SmokeCore('Connect account to Portfolio'), () => {
describe(Regression('Connect account to Portfolio'), () => {
beforeAll(async () => {
await TestHelpers.reverseServerPort();
const fixture = new FixtureBuilder().withKeyringController().build();
Expand Down

0 comments on commit 7532b0b

Please sign in to comment.