Skip to content

Commit

Permalink
Added fix for browser test (#18710)
Browse files Browse the repository at this point in the history
  • Loading branch information
vershwal authored Oct 20, 2023
1 parent 7f2818c commit 3324009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/core/test/e2e-browser/admin/publishing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ test.describe('Updating post access', () => {

await page.getByTestId('timezone').getByRole('button', {name: 'Save'}).click();
await expect(page.getByTestId('timezone-select')).toBeHidden();
await expect(page.getByTestId('timezone')).toContainText('Pacific/Fiji');
await expect(page.getByTestId('timezone')).toContainText('(GMT +12:00) Fiji, Kamchatka, Marshall Is.');

await page.getByTestId('exit-settings').click();
await page.locator('[data-test-nav="posts"]').click();
Expand Down

0 comments on commit 3324009

Please sign in to comment.