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