Skip to content

Commit

Permalink
EES-5085 Fix UI test failures due to duplicated publication titles
Browse files Browse the repository at this point in the history
This failure only occurs when there are duplicated publication titles in
the same test run, which typically only occurs when running all the
tests in parallel.
  • Loading branch information
ntsim committed Apr 25, 2024
1 parent e742dab commit 58f77e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Force Tags Admin Local Dev AltersData


*** Variables ***
${PUBLICATION_NAME}= UI tests-publish publication update %{RUN_IDENTIFIER}
${PUBLIC_METHODOLOGY_URL_ENDING}= /methodology/ui-tests-publish-publication-update-%{RUN_IDENTIFIER}
${PUBLICATION_NAME}= UI tests - publish methodology publication update %{RUN_IDENTIFIER}
${PUBLIC_METHODOLOGY_URL_ENDING}= /methodology/ui-tests-publish-methodology-publication-update-%{RUN_IDENTIFIER}
${PUBLICATION_NAME_UPDATED}= ${PUBLICATION_NAME} updated
${PUBLIC_PUBLICATION_URL_ENDING}= /find-statistics/ui-tests-publish-publication-update-%{RUN_IDENTIFIER}
${PUBLIC_PUBLICATION_URL_ENDING}= /find-statistics/ui-tests-publish-methodology-publication-update-%{RUN_IDENTIFIER}
${EXPECTED_PUBLIC_PUBLICATION_URL_ENDING}= %{PUBLIC_URL}${PUBLIC_PUBLICATION_URL_ENDING}
${RELEASE_NAME}= Academic year Q1
${ACADEMIC_YEAR}= /2046-47
Expand Down

0 comments on commit 58f77e1

Please sign in to comment.