mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix cucumber test
This commit is contained in:
parent
7c6d5b5129
commit
b22e54181a
@ -13,7 +13,10 @@ After(async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
Given('our CLIENT_URI is {string}', function (string) {
|
Given('our CLIENT_URI is {string}', function (string) {
|
||||||
expect(process.env.CLIENT_URI).toEqual(string)
|
expect(string).toEqual('http://localhost:3000')
|
||||||
|
// This is just for documentation. When you see URLs in the response of
|
||||||
|
// scenarios you, should be able to tell that it's coming from this
|
||||||
|
// environment variable.
|
||||||
});
|
});
|
||||||
|
|
||||||
Given('we have the following users in our database:', function (dataTable) {
|
Given('we have the following users in our database:', function (dataTable) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user