From 005c1786ec81a7ff670b964a7d16ff2d061d7f3a Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 10 Jun 2022 22:23:20 +0300 Subject: [PATCH] Fix tests --- .../Specs/HtmlWriting/AttachmentSpecs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(