Fix tests

This commit is contained in:
Oleksii Holub 2022-06-10 22:23:20 +03:00
parent b6fbf2393e
commit 005c1786ec

View file

@ -19,7 +19,7 @@ public record AttachmentSpecs(ExportWrapperFixture ExportWrapper) : IClassFixtur
Snowflake.Parse("885587844989612074") Snowflake.Parse("885587844989612074")
); );
var fileUrl = message.QuerySelector("a")?.GetAttribute("href"); var fileUrl = message.QuerySelector("chatlog__attachment a")?.GetAttribute("href");
// Assert // Assert
message.Text().Should().ContainAll( message.Text().Should().ContainAll(