Skip to content

Commit

Permalink
Remove unwanted only in Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 9, 2024
1 parent c864be8 commit f7a71ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cypress/e2e/lectures_people_select_specs.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function shouldNotContainUserInOptions(selector, user) {
});
}

describe.only("Seminar speakers (new talk)", () => {
describe("Seminar speakers (new talk)", () => {
function openTalkForm() {
cy.intercept("GET", "/talks/new*").as("newTalk");
cy.getBySelector("new-talk-btn").click();
Expand Down

0 comments on commit f7a71ca

Please sign in to comment.