mirror of
https://github.com/open-webui/open-webui
synced 2025-02-16 18:22:29 +00:00
fix: e2e
This commit is contained in:
parent
ede584320f
commit
e2d8872060
@ -28,19 +28,6 @@ describe('Settings', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
context('Connections', () => {
|
|
||||||
it('user can open the Connections modal and hit save', () => {
|
|
||||||
cy.get('button').contains('Connections').click();
|
|
||||||
cy.get('button').contains('Save').click();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
context('Models', () => {
|
|
||||||
it('user can open the Models modal', () => {
|
|
||||||
cy.get('button').contains('Models').click();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
context('Interface', () => {
|
context('Interface', () => {
|
||||||
it('user can open the Interface modal and hit save', () => {
|
it('user can open the Interface modal and hit save', () => {
|
||||||
cy.get('button').contains('Interface').click();
|
cy.get('button').contains('Interface').click();
|
||||||
@ -55,14 +42,6 @@ describe('Settings', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
context('Images', () => {
|
|
||||||
it('user can open the Images modal and hit save', () => {
|
|
||||||
cy.get('button').contains('Images').click();
|
|
||||||
// Currently fails because the backend requires a valid URL
|
|
||||||
// cy.get('button').contains('Save').click();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
context('Chats', () => {
|
context('Chats', () => {
|
||||||
it('user can open the Chats modal', () => {
|
it('user can open the Chats modal', () => {
|
||||||
cy.get('button').contains('Chats').click();
|
cy.get('button').contains('Chats').click();
|
||||||
|
Loading…
Reference in New Issue
Block a user