Skip to content

Commit

Permalink
Fix signing off issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Oct 2, 2023
1 parent f1412f1 commit bdb6fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/smoke/add_owner.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as main from '../../e2e/pages/main.page'
import * as owner from '../pages/owners.pages'
import * as addressBook from '../pages/address_book.page'

// TODO: Need to add tests to testRail
describe('Adding an owner', () => {
beforeEach(() => {
cy.visit(constants.setupUrl + constants.SEPOLIA_TEST_SAFE_1)
Expand Down

0 comments on commit bdb6fae

Please sign in to comment.