░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/spec/selenium/assignments_v2/page_objects
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: teacher_view_page_v2.rb
# frozen_string_literal: true # # Copyright (C) 2019 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. class TeacherViewPageV2 class << self include SeleniumDependencies # Selectors def details_tab fj("div[role='tab']:contains('Details')") end def assignment_type f("#AssignmentType") end # Methods & Actions def visit(course, assignment) course.account.enable_feature!(:assignments_2_teacher) get "/courses/#{course.id}/assignments/#{assignment.id}" wait_for(method: nil, timeout: 1) do assignment_type end end end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 student_assignment_page_v2.rb
RB
7 KB
2023-09-24 03:39
EDIT
📄 teacher_view_page_v2.rb
RB
1.2 KB
2023-09-24 03:36
EDIT