@@ -24,8 +24,6 @@ test.describe('Projects homepage @readonly', function () {
24
24
"data-lizmap-keywords" , 'nature, flower' ) ;
25
25
await expect ( project ) . toHaveAttribute (
26
26
"data-lizmap-title" , 'Test tags: nature, flower' ) ;
27
- await expect ( project ) . toHaveAttribute (
28
- "data-lizmap-abstract" , 'This is an abstract' ) ;
29
27
30
28
const allMetadata = await project . locator ( '.liz-project-desc' ) ;
31
29
await expect ( allMetadata ) . not . toBeVisible ( ) ;
@@ -55,8 +53,6 @@ test.describe('Projects homepage @readonly', function () {
55
53
"data-lizmap-keywords" , 'nature, tree' ) ;
56
54
await expect ( project ) . toHaveAttribute (
57
55
"data-lizmap-title" , 'Tests tags: nature, tree' ) ;
58
- await expect ( project ) . toHaveAttribute (
59
- "data-lizmap-abstract" , 'Tags: nature, tree' ) ;
60
56
61
57
const allMetadataTree = project . locator ( '.liz-project-desc' ) ;
62
58
await expect ( allMetadataTree ) . not . toBeVisible ( ) ;
@@ -89,8 +85,6 @@ test.describe('Projects homepage @readonly', function () {
89
85
"data-lizmap-keywords" , 'nature, flower' ) ;
90
86
await expect ( project ) . toHaveAttribute (
91
87
"data-lizmap-title" , 'Test tags: nature, flower' ) ;
92
- await expect ( project ) . toHaveAttribute (
93
- "data-lizmap-abstract" , 'This is an abstract' ) ;
94
88
const allMetadata = project . locator ( '.liz-project-desc' ) ;
95
89
await expect ( allMetadata ) . not . toBeVisible ( ) ;
96
90
0 commit comments