Skip to content

Commit

Permalink
first GivenWhenThen Proposal H5P Editor E2E Test
Browse files Browse the repository at this point in the history
  • Loading branch information
casparneumann-cap committed Oct 19, 2023
1 parent ef0cbc5 commit b9b43d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cypress/e2e/topics/accessH5PEditor.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@release
Feature: To access the H5P editor as a teacher.

As a teacher, I want to access the H5P Editor for a topic in my course to create learning content

@stable_test
Scenario: Access H5P Editor for existing topic
Given I am logged in as a 'teacher_1' at 'thr'
When I go to the courses page
And I click on the existing course 'Mathe'
And I click on the existing topic 'Testthema'
And I enter click on the edit button
And I click on the H5P button
Then a new window with a H5P editor should open

0 comments on commit b9b43d2

Please sign in to comment.