-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: dev container setup create community spec edit community test more docs on writing tests change from devgovgigs.near to devhub.near in community tests
- Loading branch information
1 parent
4bb2bfd
commit 04bb672
Showing
4 changed files
with
127 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
playwright-tests/storage-states/wallet-connected-community-admin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"cookies": [], | ||
"origins": [ | ||
{ | ||
"origin": "http://localhost:8080", | ||
"localStorage": [ | ||
{ | ||
"name": "near-wallet-selector:selectedWalletId", | ||
"value": "near-wallet" | ||
}, | ||
{ | ||
"name": "near_app_wallet_auth_key", | ||
"value": "{\"accountId\":\"petersalomonsen.near\"}" | ||
}, | ||
{ | ||
"name": "near-social-vm:v01::accountId:", | ||
"value": "petersalomonsen.near" | ||
}, | ||
{ | ||
"name": "flags", | ||
"value": "{\"bosLoaderUrl\":\"http://127.0.0.1:3030\"}" | ||
} | ||
] | ||
} | ||
], | ||
"sessionStorage": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters