# Write end-to-end system specs for the Discourse user interface

**URL:** https://meta.discourse.org/t/write-end-to-end-system-specs-for-the-discourse-user-interface/325937
**Category:** Developer Guides
**Created:** [9월 11, 2024, 4:07오전 UTC](https://meta.discourse.org/t/write-end-to-end-system-specs-for-the-discourse-user-interface/325937 "2024-09-11T04:07:31Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [8월 28, 2025, 2:18오후 UTC](https://meta.discourse.org/t/write-end-to-end-system-specs-for-the-discourse-user-interface/325937/4 "2025-08-28T14:18:21Z")

</div>

테스트 데이터베이스를 완전히 초기화할 수도 있습니다. 처음에는 문제를 재현하지 못했지만, 다음 작업을 수행한 후에는 제 환경에서 테스트가 실행되었습니다:

```plaintext
RAILS_ENV=test rake db:drop
RAILS_ENV=test rake db:create db:migrate
bundle exec rspec spec/system/interface_color_selector_spec.rb

```

---

_[View the full topic](https://meta.discourse.org/t/write-end-to-end-system-specs-for-the-discourse-user-interface/325937)._
