Skip to content

Commit 9df3f97

Browse files
committed
test: add @localStorage tags
1 parent d2e693c commit 9df3f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/tests/functional/plugins/displayLayout/displayLayout.e2e.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const LOCALSTORAGE_PATH = path.resolve(
3737
const TINY_IMAGE_BASE64 =
3838
'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAABlBMVEX///+/v7+jQ3Y5AAAADklEQVQI12P4AIX8EAgALgAD/aNpbtEAAAAASUVORK5CYII';
3939

40-
test.describe('Display Layout Toolbar Actions', () => {
40+
test.describe('Display Layout Toolbar Actions @localStorage', () => {
4141
const PARENT_DISPLAY_LAYOUT_NAME = 'Parent Display Layout';
4242
const CHILD_DISPLAY_LAYOUT_NAME1 = 'Child Layout 1';
4343
test.beforeEach(async ({ page }) => {

e2e/tests/functional/plugins/flexibleLayout/flexibleLayout.e2e.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ test.describe('Flexible Layout', () => {
265265
});
266266
});
267267

268-
test.describe('Flexible Layout Toolbar Actions', () => {
268+
test.describe('Flexible Layout Toolbar Actions @localStorage', () => {
269269
test.use({
270270
storageState: path.resolve(__dirname, LOCALSTORAGE_PATH)
271271
});

0 commit comments

Comments
 (0)