Skip to content
Snippets Groups Projects
Commit 211b9c5f authored by Germain's avatar Germain
Browse files

Fix CI

parent 3e1dc0c2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_FacePile_more {
position: relative;
border-radius: 100%;
......
......@@ -23,7 +23,7 @@ describe("<FacePile />", () => {
const member = mkRoomMember("123", "456", "join");
const { asFragment } = render(
<FacePile members={[member]} size="36px" overflow={false} tooltip={<>tooltip</>} />,
<FacePile members={[member]} size="36px" overflow={false} tooltipLabel="tooltip" />,
);
expect(asFragment()).toMatchSnapshot();
......
......@@ -2,23 +2,22 @@
exports[`<FacePile /> renders with a tooltip 1`] = `
<DocumentFragment>
<div>
<div
data-state="closed"
>
<div
class="_stacked-avatars_2lhia_116 mx_FacePile"
>
<button
aria-label="Profile picture"
aria-live="off"
<span
class="_avatar_2lhia_17 mx_BaseAvatar _avatar-imageless_2lhia_56"
data-color="8"
data-state="closed"
data-testid="avatar-img"
data-type="round"
role="button"
role="presentation"
style="--cpd-avatar-size: 36px;"
>
4
</button>
</span>
</div>
</div>
</DocumentFragment>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment