Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chalapkoStanislav committed Apr 16, 2024
1 parent dc351c1 commit 34c1ab3
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/composition/composition-comments.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test.describe(() => {
await expect(page).toHaveScreenshot('comment-opened-pop-up.png', {
mask: [commentsPanelPage.commentsAuthorSection, mainPage.usersSection],
});
await commentsPanelPage.clickCreateCommentButton();
await mainPage.clickViewportOnce();
await commentsPanelPage.isCommentThreadIconDisplayed();
await expect(page).toHaveScreenshot('comment-closed-pop-up.png', {
mask: [commentsPanelPage.commentsAuthorSection, mainPage.usersSection],
Expand Down Expand Up @@ -111,7 +111,7 @@ test.describe(() => {
const mainPage = new MainPage(page);
const commentsPanelPage = new CommentsPanelPage(page);
await commentsPanelPage.clickResolveCommentCheckbox();
await commentsPanelPage.clickCreateCommentButton();
await mainPage.clickViewportOnce();
await commentsPanelPage.isCommentResolvedThreadIconDisplayed();
await expect(page).toHaveScreenshot('comment-resolved-closed-pop-up.png', {
mask: [commentsPanelPage.commentsAuthorSection, mainPage.usersSection],
Expand Down Expand Up @@ -140,7 +140,7 @@ mainTest(
await expect(page).toHaveScreenshot('comment-latin-opened-pop-up.png', {
mask: [commentsPanelPage.commentsAuthorSection, mainPage.usersSection],
});
await commentsPanelPage.clickCreateCommentButton();
await mainPage.clickViewportOnce();
await commentsPanelPage.isCommentThreadIconDisplayed();
await expect(page).toHaveScreenshot('comment-latin-closed-pop-up.png', {
mask: [commentsPanelPage.commentsAuthorSection, mainPage.usersSection],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34c1ab3

Please sign in to comment.