Skip to content

Commit 58c8392

Browse files
committed
Update UI screenshots
Add Segment Management Page screenshot Update UI Screenshots Update UI submodule screenshots
1 parent 5e6a1da commit 58c8392

22 files changed

+62
-39
lines changed
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*!
2+
* Matomo - free/libre analytics platform
3+
*
4+
* SegmentEditor screenshot tests.
5+
*
6+
* @link https://matomo.org
7+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
8+
*/
9+
10+
describe("SegmentManagementPageTest", function () {
11+
var generalParams = 'idSite=1&period=range&date=2010-03-06,2010-03-08';
12+
var url = '?module=CoreHome&action=index&' + generalParams + '#?' + generalParams + '&category=General_Visitors&subcategory=CoreHome_Segments';
13+
14+
it("should load correctly", async function() {
15+
await page.goto(url);
16+
await page.waitForNetworkIdle();
17+
18+
expect(await page.screenshot({ fullPage: true })).to.matchImage('initial');
19+
});
20+
});
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
Β (0)