Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2Eテストの追加 #51

Closed
t-hamano opened this issue May 23, 2022 · 1 comment · Fixed by #105
Closed

E2Eテストの追加 #51

t-hamano opened this issue May 23, 2022 · 1 comment · Fixed by #105

Comments

@t-hamano
Copy link
Owner

設定画面についてe2eテストを追加したい。

  • Editor Config
    • 設定画面がレンダリングされること(「Save Settings」のボタンがあるか)
    • 「Save Settings」ボタンを押下した時に、「Settings saved.」のメッセージが表示されること
  • Tools
    • 「Export」ボタン押下後にファイルがダウンロードされること(ファイルダウンロードはe2eで検知できる?)
    • ダミーのJSONファイルをインポートした後に、「Imported the editor config.」のメッセージが表示されること
  • Options
    • 「Enable on Block Editor」をオフにした時に、ブロックエディターでプラグインが有効にならないこと
    • 「Enable on Classic Editor」をオフにした時に、クラシックエディターでプラグインが有効にならないこと
    • 「Enable on Theme and Plugin Editor」をオフにした時に、テーマエディターでプラグインが有効にならないこと
@t-hamano
Copy link
Owner Author

t-hamano commented Mar 8, 2024

#105 にて対応。ページがレンダリングされるかどうかのみをチェックするだけにする。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant