Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: integration tests setup #46

Draft
wants to merge 146 commits into
base: main
Choose a base branch
from
Draft

feat: integration tests setup #46

wants to merge 146 commits into from

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    fcde284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9545a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    8ac53d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb9667 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. test: fix path to env

    pcheremu committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    19021be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8040412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a9d961 View commit details
    Browse the repository at this point in the history
  4. test: refactoring

    pcheremu committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6e62c51 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58 from matter-labs/QA-451-add-envexample-logic

    test: add .env.example file with its description to Readme.md
    pcheremu authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5e62c42 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    5dc4623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6074e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    bacb018 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    38723b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. chore: run lint

    abilevych committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f18702f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ea0e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    1730a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca9e597 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    6ed2427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb7a237 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0816c80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aa0f34 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. chore: add global hooks

    abilevych committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e848a0f View commit details
    Browse the repository at this point in the history
  2. chore: fix after lint

    abilevych committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4064634 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    88cf5b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ecfa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    96bce37 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. test: test with a cache

    pcheremu committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cf18598 View commit details
    Browse the repository at this point in the history
  2. test: test with a node

    pcheremu committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d15df2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ba846 View commit details
    Browse the repository at this point in the history
  4. test: test with a node

    pcheremu committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9c990c0 View commit details
    Browse the repository at this point in the history
  5. test: test with a cache

    pcheremu committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3b0693e View commit details
    Browse the repository at this point in the history
  6. test: refactoring

    pcheremu committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    19e5251 View commit details
    Browse the repository at this point in the history
  7. test: refactoring

    pcheremu committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8831d1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    427d64a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #83 from matter-labs/QA-522-fix-issues-ci

    test: fix git runner and test issues
    abilevych authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    37765e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge pull request #67 from matter-labs/QA-487-re-structure-tests

    test: re-stucturing API test suites/global hooks
    abilevych authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f7ddfe6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    dfbd5d8 View commit details
    Browse the repository at this point in the history
  2. test: covering Contract API and Logs API endpoints

    Removed obsolete Wallet import
    amelnytskyi committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    8b057b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. test: covering Contract API and Logs API endpoints

    Fixed text suites/cases naming, adjusted beforeAll preconditions, added more checks to Logs TC
    amelnytskyi committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1bc3563 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from matter-labs/QA-535-cover-contract-api

    test: covering Contract API and Logs API endpoints
    abilevych authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    21737ce View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    3a79075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74383a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daf1887 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96 from matter-labs/QA-540-update-the-integration…

    …-test-branch
    
    chore: update the integration-test branch by changes from the main branch
    abilevych authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7fe2e5a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. feat: integration tests setup (#45)

    Romsters authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f9d76f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e112da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e8ef57 View commit details
    Browse the repository at this point in the history
  4. test: fix path to env

    pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e58f682 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e049159 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0646894 View commit details
    Browse the repository at this point in the history
  7. test: refactoring

    pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b7b433b View commit details
    Browse the repository at this point in the history
  8. test: restructure test solution

    abilevych authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bc671e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b1e6bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    88042cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71050d3 View commit details
    Browse the repository at this point in the history
  12. chore: run lint

    abilevych authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    defde5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ea13f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    44a1d1e View commit details
    Browse the repository at this point in the history
  15. chore: hooks / aligning tests suites

    abilevych authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    de0366e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb3660a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d71dec4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fa6c9a6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5817ed0 View commit details
    Browse the repository at this point in the history
  20. chore: add global hooks

    abilevych authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2482504 View commit details
    Browse the repository at this point in the history
  21. chore: fix after lint

    abilevych authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a16183e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5f194e3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0040e2d View commit details
    Browse the repository at this point in the history
  24. test: test with a cache

    pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    64b9813 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    eabd0b0 View commit details
    Browse the repository at this point in the history
  26. test: test with a cache

    pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b121b73 View commit details
    Browse the repository at this point in the history
  27. test: refactoring

    pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    23e8230 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    08c70e8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fd68f4b View commit details
    Browse the repository at this point in the history
  30. test: covering Contract API and Logs API endpoints

    Removed obsolete Wallet import
    amelnytskyi authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    359399d View commit details
    Browse the repository at this point in the history
  31. test: covering Contract API and Logs API endpoints

    Fixed text suites/cases naming, adjusted beforeAll preconditions, added more checks to Logs TC
    amelnytskyi authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ea94965 View commit details
    Browse the repository at this point in the history
  32. chore: update the package-lock.json

    abilevych authored and pcheremu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5150799 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    21ea321 View commit details
    Browse the repository at this point in the history
  2. Refactoring of app-e2e.yml

    pcheremu authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c3ade7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecea709 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request #125 from matter-labs/QA-573-rebase2-be-tests

    test: rebase2 be tests
    abilevych authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7d93728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30f4b7 View commit details
    Browse the repository at this point in the history
  3. test: refactoring

    pcheremu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3355947 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    31887d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #127 from matter-labs/QA-414-ci-run-on-fixed-branch

    test: prepare run api tests on ci
    abilevych authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    533b4ed View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    d0fd386 View commit details
    Browse the repository at this point in the history
  2. test: eslint refactoring

    pcheremu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c4c1e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b9e9ac View commit details
    Browse the repository at this point in the history
  4. test: refactoring

    pcheremu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e0b9368 View commit details
    Browse the repository at this point in the history
  5. test: refactoring

    pcheremu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9136685 View commit details
    Browse the repository at this point in the history
  6. test: fix unstable api test

    pcheremu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6255d26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9f98a3 View commit details
    Browse the repository at this point in the history
  8. test: refactoring

    pcheremu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3a0f377 View commit details
    Browse the repository at this point in the history
  9. test: refactoring test name

    pcheremu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    07e50cf View commit details
    Browse the repository at this point in the history
  10. test: refactoring test name

    pcheremu committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e8d4697 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    9a51b1f View commit details
    Browse the repository at this point in the history
  2. test: refactoring eslint

    pcheremu committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1fbd645 View commit details
    Browse the repository at this point in the history
  3. test: refactoring names

    pcheremu committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2d90a71 View commit details
    Browse the repository at this point in the history
  4. test: fix api tests

    pcheremu committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    05a5367 View commit details
    Browse the repository at this point in the history
  5. test: refactoring

    pcheremu committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f0fa0f5 View commit details
    Browse the repository at this point in the history
  6. test: refactoring

    pcheremu committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    639ff5e View commit details
    Browse the repository at this point in the history
  7. test: refactoring

    pcheremu committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d26ca9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7cf0d1 View commit details
    Browse the repository at this point in the history
  9. test: refactoring eslint

    pcheremu committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6ef5983 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    43e7a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a546fc View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    5a2e7ba View commit details
    Browse the repository at this point in the history
  2. test: fix eslint

    pcheremu committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    22ec02a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c5a521 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ddbac View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. test: fix links

    pcheremu committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    792fc08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #148 from matter-labs/QA-577-fix-unstable-tests

    test: fix api tests
    abilevych authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4a65808 View commit details
    Browse the repository at this point in the history
  3. test: refactoring

    pcheremu committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4a8abdd View commit details
    Browse the repository at this point in the history
  4. test: fix portal url

    pcheremu committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8a14d5e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    3194485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86baebb View commit details
    Browse the repository at this point in the history
  3. test: fix names in tests

    pcheremu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c975ef7 View commit details
    Browse the repository at this point in the history
  4. test: refactoring

    pcheremu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    610df0d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #147 from matter-labs/QA-446-replacefixupdate2-api…

    …-tests
    
    test: api integration tests for be
    abilevych authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8a57793 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93dbc2c View commit details
    Browse the repository at this point in the history
  7. fix: lint issues

    abilevych committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d09ef6e View commit details
    Browse the repository at this point in the history
  8. chore: changed timeouts

    abilevych committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b3f8098 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63f77d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    224a338 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    276ab27 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ef6d44 View commit details
    Browse the repository at this point in the history
  13. fix: lint issue

    abilevych committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3f21529 View commit details
    Browse the repository at this point in the history
  14. chore: exclude gating test

    abilevych committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ee53339 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    806dddb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    c4bdcae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d374d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6159a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54005cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c411d58 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    d23bd9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from matter-labs/QA-582-retry-wrapper-over-AP…

    …I-requests
    
    chore: retry wrapper over api requests
    abilevych authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    eb0e8b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. test: covering tokens API endpoints tc1803 (#155)

    # What ❔
    
    Added test for TC id1803 /tokens/{address}/transfers endpoint
    
    ## Why ❔
    
    Expand test coverage - id1803 wasn't covered by autotest
    
    ## Checklist
    
    - [ +] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ ] Tests for the changes have been added / updated.
    - [ ] Documentation comments have been added / updated.
    amelnytskyi authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2a4f726 View commit details
    Browse the repository at this point in the history
  2. test: fix readme docker command (#158)

    # What ❔
    
    Fix a typo for deprecated docker command
    
    ## Why ❔
    
    to run command without an error
    
    ## Checklist
    
    
    - [ +] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ -] Tests for the changes have been added / updated.
    - [ +] Documentation comments have been added / updated.
    pcheremu authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    91641ee View commit details
    Browse the repository at this point in the history
  3. test: covering Batches API and partially covered Transactions (#156)

    covering Batches API
    
    # What ❔
    
    1506 [Transactions] /transactions response returns elements (wasn't
    covered fully)
    1513 [Batches] /batches response returns elements (wasn't covered fully)
    1510 [Transactions] /address/{address}/logs response returns elements
    (wasn't covered fully)
    1656 [Transactions] Verify failed tx (new test)
    1655 [Transactions] Verify deployed the own ERC20 token contract in BE
    (new test)
    
    ## Why ❔
    
    Why are these changes done? - expanding test coverage
    
    ## Checklist
    
    - [ +] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ +] Tests for the changes have been added / updated.
    - [ n/a] Documentation comments have been added / updated.
    amelnytskyi authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a57a9ce View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat: new automation tests for accounts API (#163)

    # What ❔
    
    - new API integration tests to cover account API functionality
    
    **_List of test cases for automation:_**
    
    - [x] [[Account API] /api?module=account&action=txlistinternal&address=
    response returns
    elements](https://allure.matterlabs.dev/project/11/test-cases/1852?treeId=22)
    - [x] [[Account API]
    /api?module=account&action=getminedblocks](https://allure.matterlabs.dev/project/11/test-cases/1807?treeId=22)
    - [x] [[Account API] /api?module=account&action=tokentx response returns
    elements](https://allure.matterlabs.dev/project/11/test-cases/1805?treeId=22)
    - [x] [[Account API] /api?module=account&action=txlistinternal response
    returns
    elements](https://allure.matterlabs.dev/project/11/test-cases/1804?treeId=22)
    - [x] [[Account API] /api?module=account&action=tokennfttx response
    returns
    elements](https://allure.matterlabs.dev/project/11/test-cases/1806?treeId=22)
    
    ## Why ❔
    
    - to increase coverage of the automation test suite and cover accounts
    API part
    
    ## Checklist
    
    
    - [ +] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ +] Tests for the changes have been added / updated.
    - [ -] Documentation comments have been added / updated.
    olehbairak authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c9482df View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. test: fixing gating transactions tests (#162)

    # What ❔
    
    Fixed disabled (xdescribe and xit)
    /transactions/{transactionHash}/transfers tests and turned them on back
    
    ## Why ❔
    
    /transactions/{transactionHash}/transfers tests were disabled since they
    were outdated
    
    ## Checklist
    
    
    - [ +] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ +] Tests for the changes have been added / updated.
    - [ -] Documentation comments have been added / updated.
    amelnytskyi authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d8daa3d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    5708ef8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. test: resolve conflicts

    pcheremu committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a42afca View commit details
    Browse the repository at this point in the history
  2. test: fix a new line typos

    pcheremu committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    36380a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae4a4d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d186114 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. fix: remove docker version (#169)

    # What ❔
    
    Remove docker version
    
    ## Why ❔
    
    Because it's not necessary to specify it.
    vasyl-ivanchuk authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    946b0f6 View commit details
    Browse the repository at this point in the history