Skip to content

Commit

Permalink
set tests twice a day, skip mailslurp until limit is back
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Jun 16, 2024
1 parent 362e758 commit 378590c
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:

on:
schedule:
- cron: '*/180 * * * *'
- cron: '* */12 * * *'
workflow_dispatch:
workflow_call:

Expand Down
7 changes: 2 additions & 5 deletions tests/e2e/pages/Common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export class CommonPage {
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}5 >> text=Neon`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}6 >> text=Ethereum classic`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}7 >> text=Gnosis Chain`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}8 >> text=Astar (EVM)`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}9 >> text=Shiden (EVM)`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}8 >> text=Zora`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}9 >> text=Astar (EVM)`)

await this.actions.clickElementJS(this.NETWORK_GROUP_TESTNETS)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}0 >> text=Goerli`)
Expand All @@ -133,9 +133,6 @@ export class CommonPage {
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}7 >> text=Optimism Bedrock Beta`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}8 >> text=ZetaChain testnet`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}9 >> text=LightLink Pegasus`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}10 >> text=Neon Devnet`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}11 >> text=Gnosis Chiado`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}12 >> text=Shibuya (EVM)`)
await this.actions.clickElementJS(this.NETWORK_GROUP_OTHER)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}0 >> text=Optimism Opcraft`)
await this.actions.verifyElementIsDisplayed(`${this.NETWORK_LIST_ITEM}1 >> text=/ARTIS/`)
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/tests/functional/Notifications.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { TestNFT } from '../../../contracts/typechain/contracts/TestNFT'
const emailTimeout = 120000
const emailWait = 30000

test(`@AccountImage @Notifications Check notification received on Ether transfer`, async ({ authorized }) => {
test.skip(`@AccountImage @Notifications Check notification received on Ether transfer`, async ({ authorized }) => {
test.setTimeout(emailWait + emailTimeout)
await authorized.openWatchlist()
const recipient = authorized.contracts.newWallet()
Expand Down Expand Up @@ -40,7 +40,7 @@ test(`@AccountImage @Notifications Check notification received on Ether transfer
await authorized.deleteAddressWatch()
})

test(`@AccountImage @Notifications Check notification received on ERC20 transfer`, async ({ authorized }) => {
test.skip(`@AccountImage @Notifications Check notification received on ERC20 transfer`, async ({ authorized }) => {
test.setTimeout(emailWait + emailTimeout)
const { TestTokenAddress } = process.env
await authorized.openWatchlist()
Expand Down
72 changes: 36 additions & 36 deletions tests/load/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,45 +269,45 @@ export const selectScenario = (scenarioName: string): { [name: string]: Scenario
return GeneratePerAPIBaselineSuite(
SmokeStrategy,
[
// `backendV2TXDetails`,
// `backendV2GasPriceOracle`,
// `backendV2TXInternal`,
// `backendV2TokenTransfers`,
// `backendV2TokenInstances`,
// `backendV2Transactions`,
// `backendV2RecentTransactions`,
// `backendV2Search`,
// `backendV2SearchRedirect`,
// `backendV2AddressesTokenTransfers`,
// `backendV2AddressesLogs`,
// `backendV2AddressesInternalTx`,
// `backendV2AddressesTransactions`,
// `backendV2AddressesTokensERC20`,
// `backendV2AddressesTokensERC721`,
// `backendV2AddressesTokensERC1155`,
// `backendV1AddressTXs`,
// `backendV1AddressTokenTransfers`,
// `backendV2AddressesTabCounters`,
// `backendV2Addresses`,
// `backendV2AddressesCoinBalanceHistory`,
// `backendV2AddressesCoinBalanceHistoryByDay`,
// `backendAccountAddressHash`,
// `backendAddressBalance`,
// `backendV1TXInternal`,
// `backendV2TXTokenTransfers`,
// `backendV2TXLogs`,
// `backendV2TXRawTrace`,
// `backendV2TXStateChanges`,
`backendV2TXDetails`,
`backendV2GasPriceOracle`,
`backendV2TXInternal`,
`backendV2TokenTransfers`,
`backendV2TokenInstances`,
`backendV2Transactions`,
`backendV2RecentTransactions`,
`backendV2Search`,
`backendV2SearchRedirect`,
`backendV2AddressesTokenTransfers`,
`backendV2AddressesLogs`,
`backendV2AddressesInternalTx`,
`backendV2AddressesTransactions`,
`backendV2AddressesTokensERC20`,
`backendV2AddressesTokensERC721`,
`backendV2AddressesTokensERC1155`,
`backendV1AddressTXs`,
`backendV1AddressTokenTransfers`,
`backendV2AddressesTabCounters`,
`backendV2Addresses`,
`backendV2AddressesCoinBalanceHistory`,
`backendV2AddressesCoinBalanceHistoryByDay`,
`backendAccountAddressHash`,
`backendAddressBalance`,
`backendV1TXInternal`,
`backendV2TXTokenTransfers`,
`backendV2TXLogs`,
`backendV2TXRawTrace`,
`backendV2TXStateChanges`,
`backendV2Tokens`,
// `backendV2Blocks`,
// `backendV2SmartContracts`,
// `backendV2SmartContractsVerificationConfig`,
// `backendETHSupply`,
// `backendTokenSupply`,
`backendV2Blocks`,
`backendV2SmartContracts`,
`backendV2SmartContractsVerificationConfig`,
`backendETHSupply`,
`backendTokenSupply`,
// // not working? v1
// // `backendGetTokenHolders`,
// `backendTokenBalance`,
// `backendV1GetLogs`,
`backendTokenBalance`,
`backendV1GetLogs`,
// util
// `backendV2BackendVersion`,
// `backendV2JSONRPCURL`,
Expand Down

0 comments on commit 378590c

Please sign in to comment.