Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit eaed878

Browse files
committed
fixing files
1 parent d3ea501 commit eaed878

File tree

75 files changed

+11881
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+11881
-1
lines changed

cypress/e2e/timeline/timeline.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,11 @@ describe("Timeline", () => {
238238
cy.contains(".mx_RoomView_body .mx_EventTile[data-scroll-tokens]", "MessageEdit").should("exist");
239239

240240
// Click top left of the event toggle, which should not be covered by MessageActionBar's safe area
241+
<<<<<<< HEAD
241242
cy.get(".mx_EventTile .mx_ViewSourceEvent").should("exist").realHover().within(() => {
243+
=======
244+
cy.get(".mx_EventTile .mx_ViewSourceEvent").realHover().within(() => {
245+
>>>>>>> 2211a431b4 (fixing files)
242246
cy.get(".mx_ViewSourceEvent_toggle").click('topLeft', { force: false });
243247
});
244248

cypress/e2e/user-onboarding/user-onboarding-new.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,24 @@ describe("User Onboarding (new user)", () => {
5454
cy.stopSynapse(synapse);
5555
});
5656

57+
<<<<<<< HEAD
5758
it("page is shown and preference exists", () => {
5859
cy.get('.mx_UserOnboardingPage')
5960
.percySnapshotElement("User onboarding page");
6061
cy.openUserSettings("Preferences");
6162
cy.contains("Show shortcut to welcome checklist above the room list").should("exist");
63+
=======
64+
it("page is shown", () => {
65+
cy.get('.mx_UserOnboardingPage').should('exist');
66+
cy.get('.mx_UserOnboardingList')
67+
.should('exist')
68+
.should(($list) => {
69+
const list = $list.get(0);
70+
expect(getComputedStyle(list).opacity).to.be.eq("1");
71+
});
72+
cy.get('.mx_UserOnboardingPage')
73+
.percySnapshotElement("User onboarding page");
74+
>>>>>>> 2211a431b4 (fixing files)
6275
});
6376

6477
it("app download dialog", () => {

node_modules/matrix-widget-api/README.md

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)