MCPcopy Create free account
hub / github.com/gotify/server / getDisplayer

Function getDisplayer

ui/src/tests/plugin.test.ts:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 await innerText(page, `.plugin-info .${className} > span`);
54
55const getDisplayer = async () => await innerText(page, '.displayer');
56
57const hasReceivedMessage = async (title: RegExp, content: RegExp) => {
58 await page.click('#message-navigation a');

Callers 1

plugin.test.tsFile · 0.85

Calls 1

innerTextFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…