1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

Increasing timeout after page reload

This applies to the following test:

'should run an invalid query within the transformer section'
This commit is contained in:
Mitch-Budibase 2023-01-11 11:37:59 +00:00
parent 967d8ae5c8
commit 339cfe09a1

View file

@ -77,7 +77,7 @@ filterTests(["smoke", "all"], () => {
cy.selectExternalDatasource(datasource)
cy.createRestQuery("GET", restUrl, "breweries")
cy.reload()
cy.contains(".nav-item-content", "breweries", { timeout: 2000 }).click()
cy.contains(".nav-item-content", "breweries", { timeout: 10000 }).click()
cy.contains(interact.SPECTRUM_TABS_ITEM, "Transformer", { timeout: 5000 }).click({ force: true })
// Clear the code box and add "test"
cy.get(interact.CODEMIRROR_TEXTAREA)