Skip to content

Commit 5afa3f7

Browse files
authored
Update toolbox.ts
1 parent fd5c26b commit 5afa3f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

functionalTests/designer/toolbox.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ test("toolbox subTypes: add items by drag-n-drop", async (t) => {
374374
.expect(toolboxSubTypesPopup.visible).notOk();
375375

376376
const expectedJson = {
377-
"headerView": 'advanced',
377+
"headerView": "advanced",
378378
"pages": [
379379
{
380380
"name": "page1",
@@ -419,7 +419,7 @@ test("toolbox subTypes: add items by click", async (t) => {
419419
.expect(toolboxSubTypesPopup.visible).ok();
420420

421421
const expectedJson = {
422-
"headerView": 'advanced',
422+
"headerView": "advanced",
423423
"pages": [
424424
{
425425
"name": "page1",
@@ -466,4 +466,4 @@ test("toolbox search in compact mode - clear but do not close", async (t) => {
466466
.click(".svc-toolbox #svd-grid-search-close")
467467
.expect(Selector(".svc-search__input").value).eql("")
468468
.expect(Selector(".svc-toolbox").hasClass("svc-toolbox--flyout")).ok();
469-
});
469+
});

0 commit comments

Comments
 (0)