Skip to content

Commit

Permalink
BC-8345 adapted newstitle and corrected stable tag (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
csp175 authored Feb 17, 2025
1 parent ae9a1d3 commit 0215390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stable_test
@stable_test
@regression_test
Feature: News - To read a news on the respective dashboards

Expand Down
2 changes: 1 addition & 1 deletion cypress/support/pages/news/pageNews.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class News {
}

enterNewsTitle(newsTitle) {
cy.get(News.#newsTitleInput, { timeout: 20000 }).eq(1).type(newsTitle);
cy.get(News.#newsTitleInput, { timeout: 20000 }).type(newsTitle);
}

seeNewsCreationPage() {
Expand Down

0 comments on commit 0215390

Please sign in to comment.