Use attachment description as alt text in html

Closes #805
This commit is contained in:
Oleksii Holub 2022-04-09 02:52:57 +03:00
parent 489c786c1e
commit 71876febf8
3 changed files with 7 additions and 5 deletions

View file

@ -42,7 +42,7 @@ public record AttachmentSpecs(ExportWrapperFixture ExportWrapper) : IClassFixtur
Snowflake.Parse("885654862656843786")
);
var imageUrl = message.QuerySelector("img[alt*=\"attachment\" i]")?.GetAttribute("src");
var imageUrl = message.QuerySelector(".chatlog__attachment img")?.GetAttribute("src");
// Assert
message.Text().Should().Contain("Image attachment");