mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 11:16:59 -04:00
Fix tests
This commit is contained in:
parent
b6fbf2393e
commit
005c1786ec
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue