wait for skeleton to disapear while searching for category (#2360)
This commit is contained in:
parent
b6644efa54
commit
0d519e665c
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ export function enterCategoryTranslation(language, categoryName) {
|
|||
}
|
||||
|
||||
function getCategoryFromTable(categoryName) {
|
||||
cy.get(SHARED_ELEMENTS.skeleton).should("not.exist");
|
||||
cy.wait("@CategoryTranslations")
|
||||
.its("response.body.data.translations.edges")
|
||||
.then(edges => {
|
||||
|
|
Loading…
Reference in a new issue