Skip to content

Commit

Permalink
feat: test signle patch
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 30, 2023
1 parent aa8212c commit 0fc9614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@types/node": "^18.11.15",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@qiwi/multi-semantic-release": "6.7.0",
"dotenv": "^16.0.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"tslib": "^2.4.1",
"typescript": "4.7.4",
"@qiwi/multi-semantic-release": "6.7.0"
"typescript": "4.7.4"
},
"lint-staged": {
".//src//*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/src/gamestop/gamestop.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class GameStopPage implements WalletPage {
private extensionUrl: string,
public config: WalletConfig,
) {}

//123
async navigate() {
await test.step('Navigate to GameStop', async () => {
this.page = await this.browserContext.newPage();
Expand Down

0 comments on commit 0fc9614

Please sign in to comment.