Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ assertEntriesCount
Function
assertEntriesCount
cypress/e2e/view_groups_spec.js:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
};
18
19
const
assertEntriesCount = count => {
20
cy.get(
'[class*=ListCardLink]'
).should(
'have.length'
, count);
21
};
22
23
const
assertInEntries = text => {
24
cy.get(
'[class*=ListCardLink] h2'
).contains(
'h2'
, text);
Callers
2
assertEachGroupCount
Function · 0.70
view_groups_spec.js
File · 0.70
Calls
1
get
Method · 0.80
Tested by
no test coverage detected