mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
feat(admin): Added shoutout to admin panel (#6346)
* Added shoutout * Added shoutout function * Fixed test. * Included feedback from review. * Removed unnecessary file
This commit is contained in:
parent
d64924e9f5
commit
e12be96102
14 changed files with 467 additions and 214 deletions
|
@ -10,7 +10,7 @@ test('Shows troubleshooting page manager', async ({page}) => {
|
|||
await page.goto('http://localhost:9001/admin/help')
|
||||
await page.waitForSelector('.menu')
|
||||
const menu = page.locator('.menu');
|
||||
await expect(menu.locator('li')).toHaveCount(4);
|
||||
await expect(menu.locator('li')).toHaveCount(5);
|
||||
})
|
||||
|
||||
test('Shows a version number', async function ({page}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue