Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIPブログのテストデータにtokenを設定 #8054

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

goruchanchan
Copy link
Contributor

Issue

概要

WIP ブログ一覧ページと各 WIP ブログのプレビューページを用意したにてWIPブログ一覧とプレビューページを追加しましたが、テストデータにトークンが設定されていなかったため設定しました。

変更確認方法

  1. bug/blog_preview_page_publish_set-token をローカルに取り込む
  2. 下記コマンドでまっさらなDBにしてテストデータを読み込む
  3. rails db:drop
  4. rails db:create
  5. rails db:migrate
  6. rails db:seed
  7. ID komagata でログインする
  8. http://localhost:3000/articles/wips にアクセスし、WIP 一覧に表示されている WIP ブログの適当な一つを開く
  9. token が表示されることを確認する

変更前

token が設定されていない

image

変更後

token が設定されている

image

@goruchanchan goruchanchan self-assigned this Sep 5, 2024
Copy link
Member

@komagata komagata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確認させて頂きました。OKです〜🙆‍♂️

@komagata komagata merged commit 441af9a into main Sep 5, 2024
2 checks passed
@komagata komagata deleted the bug/blog_preview_page_publish_set-token branch September 5, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants