Skip to content

Commit

Permalink
Merge pull request #88 from chun37/fix/test/main
Browse files Browse the repository at this point in the history
fix: テストに使う動画リンクを変更した
  • Loading branch information
miminashi authored Nov 8, 2024
2 parents 8e3e773 + 7c159a1 commit b940e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system/archives_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ArchivesTest < ApplicationSystemTestCase
BIG_BUCK_BUNNY_URL = "https://www.youtube.com/watch?v=YE7VzlLtp-4"
ELEPHANTS_DREAM_URL = "https://www.youtube.com/watch?v=TLkA0RELQ1g"
VIDEO_1 = "https://x.com/miminashi/status/1330543926416171010"
VIDEO_2 = "https://x.com/miminashi/status/1304544532256690178"
VIDEO_2 = "https://drive.google.com/file/d/1IbayJypLM7nmqUQlqIMlCTeJG3nGW58P/view"

setup do
perform_enqueued_jobs do
Expand Down Expand Up @@ -36,6 +36,6 @@ class ArchivesTest < ApplicationSystemTestCase
perform_enqueued_jobs

assert_selector "h1", text: "保存したビデオ"
assert_text "Миминаши - スロットマシンみたいなのできた #USBシリーズ"
assert_text "test_10s.mov"
end
end

0 comments on commit b940e7e

Please sign in to comment.