0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merged v5.69.4 into main

This commit is contained in:
Ghost CI 2023-10-20 11:41:03 +00:00
commit 16c5e6e2f9
3 changed files with 6 additions and 4 deletions

View file

@ -60,8 +60,10 @@ test.describe('Tier settings', async () => {
await modal.getByRole('button', {name: 'Save & close'}).click();
await expect(section.getByTestId('tier-card').filter({hasText: /Plus/})).toHaveText(/Plus tier/);
await expect(section.getByTestId('tier-card').filter({hasText: /Plus/})).toHaveText(/\$8\/month/);
await page.pause();
// await expect(section.getByTestId('tier-card').filter({hasText: /Plus/})).toHaveText(/Plus tier/);
// await expect(section.getByTestId('tier-card').filter({hasText: /Plus/})).toHaveText(/\$8\/month/);
expect(lastApiRequests.addTier?.body).toMatchObject({
tiers: [{

View file

@ -1,6 +1,6 @@
{
"name": "ghost-admin",
"version": "5.69.3",
"version": "5.69.4",
"description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",

View file

@ -1,6 +1,6 @@
{
"name": "ghost",
"version": "5.69.3",
"version": "5.69.4",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",