Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Test phpmyadmin control user
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Crooke committed Sep 23, 2018
1 parent 3b8e839 commit 74446b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/ispconfig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('phpMyAdmin Web Interface', () => {
await expect(page).toClick('input[type="submit"]')
await page.waitForNavigation()
await expect(page).toMatch('General Settings')
await expect(page).toMatch(/(?!Connection for controluser as defined in your configuration failed)/)
await expect(page).toMatch('Appearance Settings')
await expect(page).toMatch('Database server')
await expect(page).toMatch('Web server')
Expand Down

0 comments on commit 74446b7

Please sign in to comment.