chore: modify cspell config and fix all typos (#6908)

This commit is contained in:
Jesse Mazzella
2023-08-10 09:20:16 -07:00
committed by GitHub
parent 9be9c5e28e
commit 10f3e13e4d
71 changed files with 141 additions and 218 deletions

View File

@ -76,7 +76,7 @@ test.describe('Autoscale', () => {
await page.locator('.c-message-banner__close-button').click();
await page.waitForSelector('.c-message-banner__message', { state: 'detached' });
// Make sure that after turning off autoscale, the user entered range values are reflexted in the ticks.
// Make sure that after turning off autoscale, the user entered range values are reflected in the ticks.
await testYTicks(page, [
'-2.00',
'-1.50',
@ -118,7 +118,7 @@ test.describe('Autoscale', () => {
// Ensure the drag worked.
await testYTicks(page, ['-0.50', '0.00', '0.50', '1.00', '1.50', '2.00', '2.50', '3.00']);
//Wait for canvas to stablize.
//Wait for canvas to stabilize.
await canvas.hover({ trial: true });
expect

View File

@ -63,7 +63,7 @@ test.describe('Plot Tagging', () => {
await page.keyboard.up('Alt');
await page.keyboard.up('Shift');
//Wait for canvas to stablize.
//Wait for canvas to stabilize.
await canvas.hover({ trial: true });
// add some tags
@ -91,7 +91,7 @@ test.describe('Plot Tagging', () => {
const canvas = page.locator('canvas').nth(1);
//Wait for canvas to stablize.
//Wait for canvas to stabilize.
await canvas.hover({ trial: true });
// click on the tagged plot point