mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merged v5.69.4 into main
This commit is contained in:
commit
16c5e6e2f9
3 changed files with 6 additions and 4 deletions
|
@ -60,8 +60,10 @@ test.describe('Tier settings', async () => {
|
||||||
|
|
||||||
await modal.getByRole('button', {name: 'Save & close'}).click();
|
await modal.getByRole('button', {name: 'Save & close'}).click();
|
||||||
|
|
||||||
await expect(section.getByTestId('tier-card').filter({hasText: /Plus/})).toHaveText(/Plus tier/);
|
await page.pause();
|
||||||
await expect(section.getByTestId('tier-card').filter({hasText: /Plus/})).toHaveText(/\$8\/month/);
|
|
||||||
|
// 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({
|
expect(lastApiRequests.addTier?.body).toMatchObject({
|
||||||
tiers: [{
|
tiers: [{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ghost-admin",
|
"name": "ghost-admin",
|
||||||
"version": "5.69.3",
|
"version": "5.69.4",
|
||||||
"description": "Ember.js admin client for Ghost",
|
"description": "Ember.js admin client for Ghost",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"homepage": "http://ghost.org",
|
"homepage": "http://ghost.org",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ghost",
|
"name": "ghost",
|
||||||
"version": "5.69.3",
|
"version": "5.69.4",
|
||||||
"description": "The professional publishing platform",
|
"description": "The professional publishing platform",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"homepage": "https://ghost.org",
|
"homepage": "https://ghost.org",
|
||||||
|
|
Loading…
Add table
Reference in a new issue