Skip to content

Commit

Permalink
Added delay when tapping edit category button
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefosterwta committed May 7, 2024
1 parent 124e8ac commit 85b1e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VocableUITests/Tests/CategoryPhrasesPaginationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CategoryPhrasesPaginationTests: PaginationBaseTest {
func testPagesAdjustToNewPhrases() {
// Verify that the user is on the first page.
MainScreen.navigateToSettingsAndOpenCategory(name: twoPhrasesCategory.presetCategory.utterance)
CustomCategoriesScreen.editCategoryPhrasesButton.tap()
CustomCategoriesScreen.editCategoryPhrasesButton.tap(afterWaitingForExistenceWithTimeout: 0.25)

// Pagination should be disabled when this scenario begins
VTAssertPaginationArrowsEqual(.none)
Expand Down

0 comments on commit 85b1e47

Please sign in to comment.