Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip
* Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ
* Replace ě´ë댏ě with $1
* Translate network names, use âEthereumâ by default if a translation is not available yet
* Reorder messages to resolve ESLint issues
* Add a snapshot test for the FeeCard component, increase Jest threshold
* Enable snapshot testing into external .snap files in ESLint
* Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value
* Throw an error if chain ID is not supported by the Swaps feature
* Use string literals when calling the `t` fn,
* Watch Jest tests silently (no React warnings in terminal, only errors)
* Add @testing-library/jest-dom, import it before running Jest tests
* Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest
* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests
* Fix ESLint issues, update linting config
* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines
* Donât run lint:fix for .snap files
* Move `createProps` outside of `describe` blocks, move store creation inside tests
* Use translations instead of keys, update a rendering function to load translations
* Make sure all Jest snapshots are shorter than 50 lines (default limit)
* Add / update props for Swaps tests
* Fix React warnings when running tests for Swaps
2021-04-21 21:34:35 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`SlippageButtons renders the component with initial props 1`] = `
|
2022-02-18 17:48:38 +01:00
|
|
|
<button
|
|
|
|
class="slippage-buttons__header slippage-buttons__header--open"
|
Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip
* Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ
* Replace ě´ë댏ě with $1
* Translate network names, use âEthereumâ by default if a translation is not available yet
* Reorder messages to resolve ESLint issues
* Add a snapshot test for the FeeCard component, increase Jest threshold
* Enable snapshot testing into external .snap files in ESLint
* Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value
* Throw an error if chain ID is not supported by the Swaps feature
* Use string literals when calling the `t` fn,
* Watch Jest tests silently (no React warnings in terminal, only errors)
* Add @testing-library/jest-dom, import it before running Jest tests
* Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest
* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests
* Fix ESLint issues, update linting config
* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines
* Donât run lint:fix for .snap files
* Move `createProps` outside of `describe` blocks, move store creation inside tests
* Use translations instead of keys, update a rendering function to load translations
* Make sure all Jest snapshots are shorter than 50 lines (default limit)
* Add / update props for Swaps tests
* Fix React warnings when running tests for Swaps
2021-04-21 21:34:35 +02:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="slippage-buttons__header-text"
|
|
|
|
>
|
2022-08-08 21:01:38 +02:00
|
|
|
Advanced options
|
Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip
* Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ
* Replace ě´ë댏ě with $1
* Translate network names, use âEthereumâ by default if a translation is not available yet
* Reorder messages to resolve ESLint issues
* Add a snapshot test for the FeeCard component, increase Jest threshold
* Enable snapshot testing into external .snap files in ESLint
* Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value
* Throw an error if chain ID is not supported by the Swaps feature
* Use string literals when calling the `t` fn,
* Watch Jest tests silently (no React warnings in terminal, only errors)
* Add @testing-library/jest-dom, import it before running Jest tests
* Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest
* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests
* Fix ESLint issues, update linting config
* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines
* Donât run lint:fix for .snap files
* Move `createProps` outside of `describe` blocks, move store creation inside tests
* Use translations instead of keys, update a rendering function to load translations
* Make sure all Jest snapshots are shorter than 50 lines (default limit)
* Add / update props for Swaps tests
* Fix React warnings when running tests for Swaps
2021-04-21 21:34:35 +02:00
|
|
|
</div>
|
2022-02-18 17:48:38 +01:00
|
|
|
<i
|
|
|
|
class="fa fa-angle-up"
|
|
|
|
/>
|
|
|
|
</button>
|
Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip
* Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ
* Replace ě´ë댏ě with $1
* Translate network names, use âEthereumâ by default if a translation is not available yet
* Reorder messages to resolve ESLint issues
* Add a snapshot test for the FeeCard component, increase Jest threshold
* Enable snapshot testing into external .snap files in ESLint
* Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value
* Throw an error if chain ID is not supported by the Swaps feature
* Use string literals when calling the `t` fn,
* Watch Jest tests silently (no React warnings in terminal, only errors)
* Add @testing-library/jest-dom, import it before running Jest tests
* Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest
* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests
* Fix ESLint issues, update linting config
* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines
* Donât run lint:fix for .snap files
* Move `createProps` outside of `describe` blocks, move store creation inside tests
* Use translations instead of keys, update a rendering function to load translations
* Make sure all Jest snapshots are shorter than 50 lines (default limit)
* Add / update props for Swaps tests
* Fix React warnings when running tests for Swaps
2021-04-21 21:34:35 +02:00
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`SlippageButtons renders the component with initial props 2`] = `
|
|
|
|
<div
|
|
|
|
class="button-group slippage-buttons__button-group radio-button-group"
|
|
|
|
role="radiogroup"
|
|
|
|
>
|
|
|
|
<button
|
2022-06-07 18:28:59 +02:00
|
|
|
aria-checked="false"
|
|
|
|
class="button-group__button radio-button"
|
2021-07-02 15:48:34 +02:00
|
|
|
data-testid="button-group__button0"
|
Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip
* Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ
* Replace ě´ë댏ě with $1
* Translate network names, use âEthereumâ by default if a translation is not available yet
* Reorder messages to resolve ESLint issues
* Add a snapshot test for the FeeCard component, increase Jest threshold
* Enable snapshot testing into external .snap files in ESLint
* Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value
* Throw an error if chain ID is not supported by the Swaps feature
* Use string literals when calling the `t` fn,
* Watch Jest tests silently (no React warnings in terminal, only errors)
* Add @testing-library/jest-dom, import it before running Jest tests
* Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest
* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests
* Fix ESLint issues, update linting config
* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines
* Donât run lint:fix for .snap files
* Move `createProps` outside of `describe` blocks, move store creation inside tests
* Use translations instead of keys, update a rendering function to load translations
* Make sure all Jest snapshots are shorter than 50 lines (default limit)
* Add / update props for Swaps tests
* Fix React warnings when running tests for Swaps
2021-04-21 21:34:35 +02:00
|
|
|
role="radio"
|
|
|
|
>
|
|
|
|
2%
|
|
|
|
</button>
|
2022-02-18 17:48:38 +01:00
|
|
|
<button
|
2022-06-07 18:28:59 +02:00
|
|
|
aria-checked="true"
|
|
|
|
class="button-group__button radio-button button-group__button--active radio-button--active"
|
2022-02-18 17:48:38 +01:00
|
|
|
data-testid="button-group__button1"
|
|
|
|
role="radio"
|
|
|
|
>
|
|
|
|
3%
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
aria-checked="false"
|
|
|
|
class="button-group__button slippage-buttons__button-group-custom-button radio-button"
|
|
|
|
data-testid="button-group__button2"
|
|
|
|
role="radio"
|
|
|
|
>
|
|
|
|
custom
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2022-10-04 18:55:05 +02:00
|
|
|
exports[`SlippageButtons renders the component with the smart transaction opt-in button available, opt into STX 1`] = `
|
2022-02-18 17:48:38 +01:00
|
|
|
<button
|
|
|
|
class="slippage-buttons__header slippage-buttons__header--open"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="slippage-buttons__header-text"
|
|
|
|
>
|
2022-08-08 21:01:38 +02:00
|
|
|
Advanced options
|
2022-02-18 17:48:38 +01:00
|
|
|
</div>
|
|
|
|
<i
|
|
|
|
class="fa fa-angle-up"
|
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
`;
|
|
|
|
|
2022-10-04 18:55:05 +02:00
|
|
|
exports[`SlippageButtons renders the component with the smart transaction opt-in button available, opt into STX 2`] = `
|
2022-02-18 17:48:38 +01:00
|
|
|
<div
|
|
|
|
class="button-group slippage-buttons__button-group radio-button-group"
|
|
|
|
role="radiogroup"
|
|
|
|
>
|
Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip
* Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ
* Replace ě´ë댏ě with $1
* Translate network names, use âEthereumâ by default if a translation is not available yet
* Reorder messages to resolve ESLint issues
* Add a snapshot test for the FeeCard component, increase Jest threshold
* Enable snapshot testing into external .snap files in ESLint
* Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value
* Throw an error if chain ID is not supported by the Swaps feature
* Use string literals when calling the `t` fn,
* Watch Jest tests silently (no React warnings in terminal, only errors)
* Add @testing-library/jest-dom, import it before running Jest tests
* Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest
* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests
* Fix ESLint issues, update linting config
* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines
* Donât run lint:fix for .snap files
* Move `createProps` outside of `describe` blocks, move store creation inside tests
* Use translations instead of keys, update a rendering function to load translations
* Make sure all Jest snapshots are shorter than 50 lines (default limit)
* Add / update props for Swaps tests
* Fix React warnings when running tests for Swaps
2021-04-21 21:34:35 +02:00
|
|
|
<button
|
2022-06-07 18:28:59 +02:00
|
|
|
aria-checked="false"
|
|
|
|
class="button-group__button radio-button"
|
2022-02-18 17:48:38 +01:00
|
|
|
data-testid="button-group__button0"
|
|
|
|
role="radio"
|
|
|
|
>
|
|
|
|
2%
|
|
|
|
</button>
|
|
|
|
<button
|
2022-06-07 18:28:59 +02:00
|
|
|
aria-checked="true"
|
|
|
|
class="button-group__button radio-button button-group__button--active radio-button--active"
|
2021-07-02 15:48:34 +02:00
|
|
|
data-testid="button-group__button1"
|
Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip
* Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ
* Replace ě´ë댏ě with $1
* Translate network names, use âEthereumâ by default if a translation is not available yet
* Reorder messages to resolve ESLint issues
* Add a snapshot test for the FeeCard component, increase Jest threshold
* Enable snapshot testing into external .snap files in ESLint
* Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value
* Throw an error if chain ID is not supported by the Swaps feature
* Use string literals when calling the `t` fn,
* Watch Jest tests silently (no React warnings in terminal, only errors)
* Add @testing-library/jest-dom, import it before running Jest tests
* Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest
* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests
* Fix ESLint issues, update linting config
* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines
* Donât run lint:fix for .snap files
* Move `createProps` outside of `describe` blocks, move store creation inside tests
* Use translations instead of keys, update a rendering function to load translations
* Make sure all Jest snapshots are shorter than 50 lines (default limit)
* Add / update props for Swaps tests
* Fix React warnings when running tests for Swaps
2021-04-21 21:34:35 +02:00
|
|
|
role="radio"
|
|
|
|
>
|
|
|
|
3%
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
aria-checked="false"
|
|
|
|
class="button-group__button slippage-buttons__button-group-custom-button radio-button"
|
2021-07-02 15:48:34 +02:00
|
|
|
data-testid="button-group__button2"
|
Increase Jest unit test coverage for the Swaps feature to ~25% (#10900)
* Swaps: Show a network name dynamically in a tooltip
* Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ
* Replace ě´ë댏ě with $1
* Translate network names, use âEthereumâ by default if a translation is not available yet
* Reorder messages to resolve ESLint issues
* Add a snapshot test for the FeeCard component, increase Jest threshold
* Enable snapshot testing into external .snap files in ESLint
* Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value
* Throw an error if chain ID is not supported by the Swaps feature
* Use string literals when calling the `t` fn,
* Watch Jest tests silently (no React warnings in terminal, only errors)
* Add @testing-library/jest-dom, import it before running Jest tests
* Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest
* Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests
* Fix ESLint issues, update linting config
* Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines
* Donât run lint:fix for .snap files
* Move `createProps` outside of `describe` blocks, move store creation inside tests
* Use translations instead of keys, update a rendering function to load translations
* Make sure all Jest snapshots are shorter than 50 lines (default limit)
* Add / update props for Swaps tests
* Fix React warnings when running tests for Swaps
2021-04-21 21:34:35 +02:00
|
|
|
role="radio"
|
|
|
|
>
|
|
|
|
custom
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|