@lowdefy/blocks-basic 0.0.0-experimental-20260206074110 → 0.0.0-experimental-20260206092843
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blocks/List/e2e.js +0 -5
- package/package.json +7 -7
package/dist/blocks/List/e2e.js
CHANGED
|
@@ -17,11 +17,6 @@ import { expect } from '@playwright/test';
|
|
|
17
17
|
const locator = (page, blockId)=>page.locator(`#${blockId}`);
|
|
18
18
|
export default createBlockHelper({
|
|
19
19
|
locator,
|
|
20
|
-
get: {
|
|
21
|
-
// Get the block ID for a nested block within a list item
|
|
22
|
-
// Usage: ldf.get.blocks['myList'].itemBlockId(0, 'edit_btn') => 'myList.0.edit_btn'
|
|
23
|
-
itemBlockId: (page, blockId, index, nestedBlockId)=>`${blockId}.${index}.${nestedBlockId}`
|
|
24
|
-
},
|
|
25
20
|
expect: {
|
|
26
21
|
itemCount: (page, blockId, count)=>expect(locator(page, blockId).locator('> div')).toHaveCount(count),
|
|
27
22
|
empty: (page, blockId)=>expect(locator(page, blockId).locator('> div')).toHaveCount(0),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/blocks-basic",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-20260206092843",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Basic html Lowdefy blocks.",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"dist/*"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@lowdefy/block-utils": "0.0.0-experimental-
|
|
45
|
-
"@lowdefy/helpers": "0.0.0-experimental-
|
|
44
|
+
"@lowdefy/block-utils": "0.0.0-experimental-20260206092843",
|
|
45
|
+
"@lowdefy/helpers": "0.0.0-experimental-20260206092843",
|
|
46
46
|
"dompurify": "3.2.4",
|
|
47
47
|
"react": "18.2.0",
|
|
48
48
|
"react-dom": "18.2.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@emotion/jest": "11.10.5",
|
|
52
|
-
"@lowdefy/block-dev": "0.0.0-experimental-
|
|
53
|
-
"@lowdefy/block-dev-e2e": "0.0.0-experimental-
|
|
54
|
-
"@lowdefy/e2e-utils": "0.0.0-experimental-
|
|
55
|
-
"@lowdefy/jest-yaml-transform": "0.0.0-experimental-
|
|
52
|
+
"@lowdefy/block-dev": "0.0.0-experimental-20260206092843",
|
|
53
|
+
"@lowdefy/block-dev-e2e": "0.0.0-experimental-20260206092843",
|
|
54
|
+
"@lowdefy/e2e-utils": "0.0.0-experimental-20260206092843",
|
|
55
|
+
"@lowdefy/jest-yaml-transform": "0.0.0-experimental-20260206092843",
|
|
56
56
|
"@playwright/test": "1.50.1",
|
|
57
57
|
"@swc/cli": "0.1.63",
|
|
58
58
|
"@swc/core": "1.3.99",
|