Skip to content

Commit

Permalink
Enabled tests in Bitrise
Browse files Browse the repository at this point in the history
  • Loading branch information
davibroc committed Oct 8, 2024
1 parent b5dad26 commit a778182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ stages:
- run_tag_smoke_assets_android: {}
- run_tag_smoke_confirmations_ios: {}
- run_tag_smoke_confirmations_android: {}
# - run_tag_smoke_swaps_ios: {}
# - run_tag_smoke_swaps_android: {}
- run_tag_smoke_swaps_ios: {}
- run_tag_smoke_swaps_android: {}
- run_tag_smoke_core_ios: {}
- run_tag_smoke_core_android: {}
build_regression_e2e_ios_android_stage:
Expand Down
2 changes: 1 addition & 1 deletion e2e/specs/swaps/swap-action-regression.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Tenderly from '../../tenderly';
const fixtureServer = new FixtureServer();
const firstElement = 0;

describe(SmokeSwaps('Multiple Swaps from Actions'), () => {
describe(Regression('Multiple Swaps from Actions'), () => {
let swapOnboarded = true; // TODO: Set it to false once we show the onboarding page again.
let currentNetwork = CustomNetworks.Tenderly.Mainnet.providerConfig.nickname;
beforeAll(async () => {
Expand Down

0 comments on commit a778182

Please sign in to comment.