Skip to content

Commit

Permalink
fix path of system_test_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
asadaqain committed May 14, 2024
1 parent f71b2ac commit 90670d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/system/students_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# frozen_string_literal: true

require 'application_system_test_case'
require '/app/test/helpers/system_test_helper'
# require '/app/test/helpers/system_test_helper'
require_relative '../helpers/system_test_helper'

class StudentsTest < ApplicationSystemTestCase
include SystemTestHelper # Include the SystemTestHelper module here
Expand Down

0 comments on commit 90670d6

Please sign in to comment.