Skip to content

Commit

Permalink
Fix typos (#997)
Browse files Browse the repository at this point in the history
* fix typos

* fix typos
  • Loading branch information
omahs authored Oct 27, 2023
1 parent 41d78b2 commit 9033aef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ npx @acala-network/chopsticks@latest xcm -p=tests/chopsticks/astar.yml -p=tests/

- Start the portal (the portal should run on http://localhost:8080)

- You need to familiar with Playwright generator by running codegen
- You need to be familiar with Playwright generator by running codegen

```bash
yarn playwright:codegen
Expand Down Expand Up @@ -79,5 +79,5 @@ BASE_URL='http://localhost:8080' yarn playwright:ci

- Create test file or added test cases on existing file in /tests
- Simple UI e2e testing : (assets).spec.ts
- Native Transaction e2e teting : (assets)-transactions.spec.ts
- Native Transaction e2e testing : (assets)-transactions.spec.ts
- EVM Transaction e2e testing : (assets)-transactions-evm.spec.ts
4 changes: 2 additions & 2 deletions rpc-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RPC tests

This project aim to create tesing framework for astar rpc node. It achieve this by spawning a local network with polkadot-launch a Simple CLI tool to launch a local Polkadot test network. [polkadot-launch](https://github.com/paritytech/polkadot-launch) take configuration for the test network in a config.json which describes the config of relaychains and parachains that needs to be started for test network to start.
This project aims to create a testing framework for astar rpc node. It achieves this by spawning a local network with polkadot-launch a Simple CLI tool to launch a local Polkadot test network. [polkadot-launch](https://github.com/paritytech/polkadot-launch) takes configuration for the test network in a config.json which describes the config of relaychains and parachains that need to be started for test network to start.

After the test network is started tests can be performed by connecting to it using polkadot.js or web3.js.t

Expand Down Expand Up @@ -47,4 +47,4 @@ For shiden runtime

```
yarn test:shiden
```
```

0 comments on commit 9033aef

Please sign in to comment.