Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ assertGroupsCount
Function
assertGroupsCount
cypress/e2e/view_groups_spec.js:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
};
8
9
const
assertGroupsCount = count => {
10
cy.get(
'[class*=GroupContainer]'
).should(
'have.length'
, count);
11
};
12
13
const
assertEachGroupCount = (id, count) => {
14
cy.get(`[id=
'${id}'
]`).within(() => {
Callers
1
view_groups_spec.js
File · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected