Browse Source

commentout

Shun Miyazawa 1 year ago
parent
commit
8b14450d6e
1 changed files with 7 additions and 6 deletions
  1. 7 6
      apps/app/playwright/20-basic-features/use-tools.spec.ts

+ 7 - 6
apps/app/playwright/20-basic-features/use-tools.spec.ts

@@ -40,14 +40,15 @@ test('PageMoveRenameModal is shown successfully', async({ page }) => {
   await expect(page.getByTestId('page-rename-modal')).toBeVisible();
   await expect(page.getByTestId('page-rename-modal')).toBeVisible();
 });
 });
 
 
-test('PresentationModal for "/" is shown successfully', async({ page }) => {
-  await page.goto('/');
+// TODO: Uncomment after https://redmine.weseek.co.jp/issues/149786
+// test('PresentationModal for "/" is shown successfully', async({ page }) => {
+//   await page.goto('/');
 
 
-  await openPageItemControl(page);
-  await page.getByTestId('open-presentation-modal-btn').click();
+//   await openPageItemControl(page);
+//   await page.getByTestId('open-presentation-modal-btn').click();
 
 
-  expect(page.getByTestId('page-presentation-modal')).toBeVisible();
-});
+//   expect(page.getByTestId('page-presentation-modal')).toBeVisible();
+// });
 
 
 test.describe('Page Accessories Modal', () => {
 test.describe('Page Accessories Modal', () => {
   test.beforeEach(async({ page }) => {
   test.beforeEach(async({ page }) => {