Skip to content

Commit

Permalink
fix ro spec
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Oct 7, 2017
1 parent b4ea465 commit 613ec80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/ui/cypress/integration/read_only_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ context('Readonly User', function(){

cy.get('#resource-info-action').click()
cy.get('#resource-info-action-items')
.children('.resource-info-action.menu-item')
.children()
.get('.resource-info-action.menu-item')
.each(function(span) {
expect(span.context.id).to.equal('resource-info-action:get')
})
Expand Down

0 comments on commit 613ec80

Please sign in to comment.