diff --git a/DiscordChatExporter.Cli.Tests/Specs/HtmlWriting/AttachmentSpecs.cs b/DiscordChatExporter.Cli.Tests/Specs/HtmlWriting/AttachmentSpecs.cs index 253ae76..d6b6e0b 100644 --- a/DiscordChatExporter.Cli.Tests/Specs/HtmlWriting/AttachmentSpecs.cs +++ b/DiscordChatExporter.Cli.Tests/Specs/HtmlWriting/AttachmentSpecs.cs @@ -19,7 +19,7 @@ public record AttachmentSpecs(ExportWrapperFixture ExportWrapper) : IClassFixtur Snowflake.Parse("885587844989612074") ); - var fileUrl = message.QuerySelector("a")?.GetAttribute("href"); + var fileUrl = message.QuerySelector("chatlog__attachment a")?.GetAttribute("href"); // Assert message.Text().Should().ContainAll(