Skip to content

Commit

Permalink
test(SLB-328): update preview tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed May 7, 2024
1 parent 873815a commit 920222c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/specs/drupal/preview.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ test.describe('instant preview', () => {
await page
.getByLabel('Title', { exact: true })
.fill('Instant preview test');
await page.locator('#edit-submit').click();
await page.locator('li.tabs__tab a:text("Edit")').click();
await page
.locator('#editor-edit-body-0-value h1 span')
.first()
Expand Down

0 comments on commit 920222c

Please sign in to comment.