0
Fork 0
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:
Kevin Ansfield 2022-12-08 14:02:27 +00:00
parent 80258cd396
commit f2e1d77a0f

View file

@ -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();