mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
test: fixing
This commit is contained in:
@@ -18,8 +18,8 @@ context('sasjs-tests', function() {
|
||||
|
||||
cy.get('input[placeholder="User Name"]', {timeout: 40000}).should('not.exist').then(() => {
|
||||
cy.get('.ui.massive.icon.primary.left.labeled.button').click().then(() => {
|
||||
cy.get('.ui.massive.loading.primary.button').should('not.exist').then(() => {
|
||||
cy.get('span.icon.failed', {timeout: testingFinishTimeout}).should('not.exist').then(() => {
|
||||
cy.get('.ui.massive.loading.primary.button', {timeout: testingFinishTimeout}).should('not.exist').then(() => {
|
||||
cy.get('span.icon.failed').should('not.exist').then(() => {
|
||||
done()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user