Skip to content

Commit

Permalink
test: uncommented some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilaneDen committed Nov 27, 2024
1 parent 7c25f29 commit 36b20ca
Show file tree
Hide file tree
Showing 13 changed files with 120 additions and 120 deletions.
Binary file added tests/snapshots/base_flex_simple_swap/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/snapshots/base_flex_simple_swap/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/snapshots/base_flex_simple_swap/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/snapshots/base_flex_simple_swap/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/snapshots/base_flex_simple_swap/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions tests/src/arbitrum/v5/arbitrum_simple_buy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ const inputData = "0x2298207a000000000000000000000000000000000000000000000000000
const serializedTx = populateTransaction(contractAddr, inputData, chainID, "101.508501444720532639");

const devices = [
// {
// name: "nanos",
// label: "Nano S",
// steps: 8 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanosp",
// label: "Nano S+",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanox",
// label: "Nano X",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
{
name: "nanos",
label: "Nano S",
steps: 8 // <= Define the number of steps for this test case and this device
},
{
name: "nanosp",
label: "Nano S+",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "nanox",
label: "Nano X",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "stax",
label: "Stax",
Expand Down
30 changes: 15 additions & 15 deletions tests/src/arbitrum/v5/arbitrum_simple_swap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ const inputData = "0x54e3f31b000000000000000000000000000000000000000000000000000
const serializedTx = populateTransaction(contractAddr, inputData, chainID,"30");

const devices = [
// {
// name: "nanos",
// label: "Nano S",
// steps: 11 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanosp",
// label: "Nano S+",
// steps: 7 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanox",
// label: "Nano X",
// steps: 7 // <= Define the number of steps for this test case and this device
// },
{
name: "nanos",
label: "Nano S",
steps: 11 // <= Define the number of steps for this test case and this device
},
{
name: "nanosp",
label: "Nano S+",
steps: 7 // <= Define the number of steps for this test case and this device
},
{
name: "nanox",
label: "Nano X",
steps: 7 // <= Define the number of steps for this test case and this device
},
{
name: "stax",
label: "Stax",
Expand Down
30 changes: 15 additions & 15 deletions tests/src/base/v5/base_simple_buy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ const inputData = "0x2298207a000000000000000000000000000000000000000000000000000
const serializedTx = populateTransaction(contractAddr, inputData, chainID, "101.508501444720532639");

const devices = [
// {
// name: "nanos",
// label: "Nano S",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanosp",
// label: "Nano S+",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanox",
// label: "Nano X",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
{
name: "nanos",
label: "Nano S",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "nanosp",
label: "Nano S+",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "nanox",
label: "Nano X",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "stax",
label: "Stax",
Expand Down
30 changes: 15 additions & 15 deletions tests/src/base/v5/base_simple_swap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ const inputData = "0x54e3f31b000000000000000000000000000000000000000000000000000
const serializedTx = populateTransaction(contractAddr, inputData, chainID,"30");

const devices = [
// {
// name: "nanos",
// label: "Nano S",
// steps: 9 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanosp",
// label: "Nano S+",
// steps: 7 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanox",
// label: "Nano X",
// steps: 7 // <= Define the number of steps for this test case and this device
// },
{
name: "nanos",
label: "Nano S",
steps: 9 // <= Define the number of steps for this test case and this device
},
{
name: "nanosp",
label: "Nano S+",
steps: 7 // <= Define the number of steps for this test case and this device
},
{
name: "nanox",
label: "Nano X",
steps: 7 // <= Define the number of steps for this test case and this device
},
{
name: "stax",
label: "Stax",
Expand Down
30 changes: 15 additions & 15 deletions tests/src/optimism/v5/optimism_simple_buy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ const inputData = "0x2298207a000000000000000000000000000000000000000000000000000
const serializedTx = populateTransaction(contractAddr, inputData, chainID, "101.508501444720532639");

const devices = [
// {
// name: "nanos",
// label: "Nano S",
// steps: 8 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanosp",
// label: "Nano S+",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanox",
// label: "Nano X",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
{
name: "nanos",
label: "Nano S",
steps: 8 // <= Define the number of steps for this test case and this device
},
{
name: "nanosp",
label: "Nano S+",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "nanox",
label: "Nano X",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "stax",
label: "Stax",
Expand Down
30 changes: 15 additions & 15 deletions tests/src/optimism/v5/optimism_simple_swap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ const inputData = "0x54e3f31b000000000000000000000000000000000000000000000000000
const serializedTx = populateTransaction(contractAddr, inputData, chainID,"30");

const devices = [
// {
// name: "nanos",
// label: "Nano S",
// steps: 8 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanosp",
// label: "Nano S+",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanox",
// label: "Nano X",
// steps: 6 // <= Define the number of steps for this test case and this device
// },
{
name: "nanos",
label: "Nano S",
steps: 8 // <= Define the number of steps for this test case and this device
},
{
name: "nanosp",
label: "Nano S+",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "nanox",
label: "Nano X",
steps: 6 // <= Define the number of steps for this test case and this device
},
{
name: "stax",
label: "Stax",
Expand Down
30 changes: 15 additions & 15 deletions tests/src/polygon_zk_evm/v5/polygon_zk_evm_simple_buy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ const inputData = "0x2298207a000000000000000000000000000000000000000000000000000
const serializedTx = populateTransaction(contractAddr, inputData, chainID, "101.508501444720532639");

const devices = [
// {
// name: "nanos",
// label: "Nano S",
// steps: 8 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanosp",
// label: "Nano S+",
// steps: 7 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanox",
// label: "Nano X",
// steps: 7 // <= Define the number of steps for this test case and this device
// },
{
name: "nanos",
label: "Nano S",
steps: 8 // <= Define the number of steps for this test case and this device
},
{
name: "nanosp",
label: "Nano S+",
steps: 7 // <= Define the number of steps for this test case and this device
},
{
name: "nanox",
label: "Nano X",
steps: 7 // <= Define the number of steps for this test case and this device
},
{
name: "stax",
label: "Stax",
Expand Down
30 changes: 15 additions & 15 deletions tests/src/polygon_zk_evm/v5/polygon_zk_evm_simple_swap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ const inputData = "0x54e3f31b000000000000000000000000000000000000000000000000000
const serializedTx = populateTransaction(contractAddr, inputData, chainID,"30");

const devices = [
// {
// name: "nanos",
// label: "Nano S",
// steps: 9 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanosp",
// label: "Nano S+",
// steps: 7 // <= Define the number of steps for this test case and this device
// },
// {
// name: "nanox",
// label: "Nano X",
// steps: 7 // <= Define the number of steps for this test case and this device
// },
{
name: "nanos",
label: "Nano S",
steps: 9 // <= Define the number of steps for this test case and this device
},
{
name: "nanosp",
label: "Nano S+",
steps: 7 // <= Define the number of steps for this test case and this device
},
{
name: "nanox",
label: "Nano X",
steps: 7 // <= Define the number of steps for this test case and this device
},
{
name: "stax",
label: "Stax",
Expand Down

0 comments on commit 36b20ca

Please sign in to comment.