Skip to content

Commit

Permalink
Fixed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
davibroc committed Jan 12, 2024
1 parent 67fca0c commit 10463e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/specs/swaps/token-details.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

import { Smoke } from '../../tags';
import { SmokeSwaps } from '../../tags';
import WalletView from '../../pages/WalletView';
import TokenOverview from '../../pages/TokenOverview';
import {
Expand All @@ -9,7 +9,7 @@ import {
} from '../../viewHelper';
import Networks from '../../resources/networks.json';

describe(Smoke('Token Chart Tests'), () => {
describe(SmokeSwaps('Token Chart Tests'), () => {
beforeAll(async () => {
jest.setTimeout(150000);
await device.launchApp();
Expand Down

0 comments on commit 10463e1

Please sign in to comment.