mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed linter error
This commit is contained in:
parent
80258cd396
commit
f2e1d77a0f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ test.describe('Portal', () => {
|
|||
});
|
||||
|
||||
//get the url of the current member on admin
|
||||
const memberUrl = await page.url();
|
||||
memberUrl = await page.url();
|
||||
|
||||
// Give member comped subscription
|
||||
await page.locator('[data-test-button="add-complimentary"]').click();
|
||||
|
|
Loading…
Add table
Reference in a new issue