We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d190f14 commit 64b24d9Copy full SHA for 64b24d9
1 file changed
tests/e2e/mwp-admin.summary.e2e.ts
@@ -38,6 +38,7 @@ describe('MWP Admin > Summary', () => {
38
});
39
40
it('should change the date correctly when a period button is toggled', async () => {
41
+ await MwpSummaryPage.open();
42
await MwpSummaryPage.changePeriod('This month');
43
44
// the data for today can change randomly, so we hide the actual reports so the
0 commit comments