Browse Source

remove whitespace

Konstantinos Kaloutas 2 years ago
parent
commit
e6a136a37a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e-tests/whiteboards.spec.ts

+ 1 - 1
e2e-tests/whiteboards.spec.ts

@@ -494,7 +494,7 @@ test('New page should have the correct name', async ({ page }) => {
   await expect(page.locator('.ls-page-title')).toContainText('My page')
 })
 
-test('Renaming a page to an existing whiteboard name should be prohibited ', async ({ page }) => {
+test('Renaming a page to an existing whiteboard name should be prohibited', async ({ page }) => {
   await page.click('.ls-page-title .page-title')
   await page.waitForSelector('input[type="text"]')
   await page.fill('input[type="text"]', '')