Skip to content

Commit

Permalink
Naming improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Nov 5, 2023
1 parent 6a239a9 commit d6deb94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Expand Up @@ -119,7 +119,7 @@ class FormUpdateTest {
"One Question Last Saved",
"one_question_last_saved",
"1",
"one-question-last-saved-v1.xml"
"one-question-last-saved.xml"
)

val mainMenuPage = rule.withProject(testDependencies.server.url)
Expand All @@ -138,7 +138,7 @@ class FormUpdateTest {
"One Question Last Saved",
"one_question_last_saved",
"2",
"one-question-last-saved-v2.xml"
"one-question-last-saved-updated.xml"
)

mainMenuPage.clickGetBlankForm()
Expand Down

0 comments on commit d6deb94

Please sign in to comment.