Skip to content

Commit

Permalink
test: ログイン後のクライアント側処理を待たずにリロードされてログイン出来ないことがあったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ishowta committed May 10, 2022
1 parent 28269f6 commit 94200f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/integration/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,10 @@ describe('After user singed in', () => {
});

it('successfully loads', () => {
cy.visit('/');
cy.get('[data-cy-open-post-form]').should('be.visible');
});

it('note', () => {
cy.visit('/');

cy.get('[data-cy-open-post-form]').click();
cy.get('[data-cy-post-form-text]').type('Hello, Misskey!');
cy.get('[data-cy-open-post-form-submit]').click();
Expand Down

0 comments on commit 94200f7

Please sign in to comment.