* test(token-e2e): initial commit
* test(token-e2e): lint
* test: function Enhancements
* test: linting
* test: remove custom command type decs
* test: more tests
* test: linting
* test: working with capsule still needs rounding issues sorting
* test: enhancements
* test: enhancements
* test: check enhancements
* test: add brdige logic
* test: share instance rather than recreating on each test
* test: minor bug fix, add comment
* test: ensure working against capsule
* test: teardown functions in place
* test: linting
* test: completion of first iteration of happy paths
* test: lint
* test: typo change
* test: tweaks
* test: fix merge issues
* test: lint
* test: env variable handling and cleanup
* test: lint
* test: enhancements to logging to aid debugging
* test: lint
* test: ehancements after feedback
* test: lint
* Update apps/token-e2e/src/support/wallet-teardown.functions.js
Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
* test: skipping non-essential tests to reduce time
* test: typo
* test: ci test fails coz capsule runs quicker their - disabled this one check to help
* test: reduction of coverage to help PR time
* test: disable infinte scroll test since capsule blockchain data to small
* test: corrected test: staked tokens field value no longer in a fixed state
* test: clearup to stop test bleed across projects plus bugfix
* test: lint
* test: update .env for trading
* Revert "test: update .env for trading"
This reverts commit 741743e4d2
.
Co-authored-by: Dexter <dexter.edwards93@gmail.com>
15 lines
520 B
JavaScript
15 lines
520 B
JavaScript
import common from './common.locators';
|
|
|
|
export default {
|
|
...common,
|
|
connectRestForm: '[data-testid="rest-connector-form"]',
|
|
name: '#wallet',
|
|
passphrase: '#passphrase',
|
|
vegawallet: '[data-testid="vega-wallet"]',
|
|
ethWallet: '[data-testid="ethereum-wallet"]',
|
|
ethWalletConnectToEth: '[data-testid="connect-to-eth-wallet-button"]',
|
|
ethWalletConnect: '[data-testid="web3-connector-Unknown"]',
|
|
ethWalletAssociate: '[href="/staking/associate"]',
|
|
ethWalletDisassociate: '[href="/staking/disassociate"]',
|
|
};
|