Skip to content

Commit

Permalink
Merge branch 'develop' into ui-framework-3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed May 24, 2024
2 parents 5101e6e + aa298f4 commit 43746d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions e2e/client/playwright/editor3.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ import {restoreDatabaseSnapshot, s} from './utils';
import {getEditor3Paragraphs} from './utils/editor3';

test('accepting a spelling suggestion', async ({page}) => {
const monitoring = new Monitoring(page);

await restoreDatabaseSnapshot({snapshotName: 'spellchecker'});

await page.goto('/#/workspace/monitoring');

await monitoring.selectDeskOrWorkspace('Sports');

await page.locator(
s('monitoring-group=Sports / Working Stage', 'article-item=spellchecker test'),
).dblclick();
Expand All @@ -32,10 +36,14 @@ test('accepting a spelling suggestion', async ({page}) => {
});

test('adding word marked as a spellchecker issue to dictionary', async ({page}) => {
const monitoring = new Monitoring(page);

await restoreDatabaseSnapshot({snapshotName: 'spellchecker'});

await page.goto('/#/workspace/monitoring');

await monitoring.selectDeskOrWorkspace('Sports');

await page.locator(
s('monitoring-group=Sports / Working Stage', 'article-item=spellchecker test'),
).dblclick();
Expand Down

0 comments on commit 43746d1

Please sign in to comment.