Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Staschalapko committed Mar 9, 2024
1 parent f1fb3ca commit 12bd0aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/workspace/layers-panel-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports.LayersPanelPage = class LayersPanelPage extends BasePage {
this.searchedLayerOnLayersPanelNameText = page.locator(
'span[class*="element-name"] >> nth=1',
);
this.layoutIcon = page.locator('svg.icon-gap-vertical-refactor');
this.layoutIcon = page.locator('svg.icon-flex-vertical-refactor');
this.focusModeDiv = page.locator('div.focus-mode:text-is("Focus mode")');
this.layerItemToggleExpand = page.locator(
'div[class*="layers__element-list"] button[class*="sidebar_layer_item__inverse"]',
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/library-backup-page.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ mainTest(

mainTest(
'PENPOT-1516 Check Library backup file in case of unpublishing a few shared libraries',
async () => {
async (args, testInfo) => {
await testInfo.setTimeout(testInfo.timeout + 20000);

await mainPage.clickPencilBoxButton();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test.describe(() => {

mainTest(
'PENPOT-1511 Create component with 2 boards with components inside it. change paddings',
async () => {
async (args, testInfo) => {
await testInfo.setTimeout(testInfo.timeout + 20000);

await mainPage.clickCreatedBoardTitleOnCanvas();
Expand Down

0 comments on commit 12bd0aa

Please sign in to comment.